S SmartDocs
시리즈: AI for Chemistry python 6 줄 · 업데이트 2026-02-11

predict.py

AI for Chemistry/code/chemprop_VP-main (1)/chemprop_VP-main/predict.py

"""Loads a trained chemprop model checkpoint and makes predictions on a dataset."""

from chemprop.train import chemprop_predict

if __name__ == '__main__':
    chemprop_predict()

관련 글