S SmartDocs
Série: AI for Chemistry python 6 linhas · Atualizado 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()

Artigos relacionados