S SmartDocs
系列: AI for Chemistry python 7 行 · 更新於 2026-02-11

fingerprint.py

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

"""Loads a trained chemprop model checkpoint and encode latent fingerprint vectors for the molecules in a dataset.
    Uses the same command line arguments as predict."""

from chemprop.train import chemprop_fingerprint

if __name__ == '__main__':
    chemprop_fingerprint()

相關文章