Cello2195
Cello2195
I came across the same problem. And I actually finished the steps below, but still encountered such problem. The conda environment is aligned with requirements in README.md. git clone https://github.com/mahendra-awale/medchem_moves...
I run the api_for_multistep.py with the same setting in README.md but the output is always "path not found"
When I was running fine_tune.sh, I came across the error "hydra.errors.OverrideParseException: mismatched input '=' expecting ". My shell file is as below: #!/bin/bash export HYDRA_FULL_ERROR=1 python -m molbart.fine_tune \ datamodule=[molbart.data.seq2seq_data.Uspto50DataModule]...