hspark1212 / MOFTransformer

Universal Transfer Learning in Porous Materials, including MOFs.
https://hspark1212.github.io/MOFTransformer/
86 stars 13 forks source link

Command-line moftransformer run #124

Closed gianmarco-terrones closed 1 year ago

gianmarco-terrones commented 1 year ago

When I try to use the command-line version of moftransformer run, I get the following error:

(moftransformer_env) gianmarcoterrones@dhcp-10-29-115-146 Downloads % moftransformer run --root_dataset /Users/gianmarcoterrones/opt/anaconda3/envs/moftransformer_env/lib/python3.8/site-packages/moftransformer/examples/dataset --downstream example --logdir ./logs/                 

usage: moftransformer [-h] [--version] [-T] {help,install-griday,uninstall-griday,run,download} ...

moftransformer: error: unrecognized arguments: --root_dataset --downstream example --logdir ./logs/
Yeonghun1675 commented 1 year ago

Hi @gianmarco-terrones,

As you said, I found the error in the command-line interface method. We have fixed it and it will be in the next patch. For now, we would appreciate if you could use the python file method instead of the command-line!