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

Artigos relacionados