You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I followed the instructions for preprocessing the datasets as per the readme. However, I get errors.
The --root command does work at first to specify the path that is used in the process_datasets.py file, but anything that is called afterwards from that file does not reference the root I provided. It defaults to the author's paths and so we cannot use them without modifying the default args to match our filesystem.
Here we take in the root path. Then change the sys path to root/BARTSmiles/utils/, which makes sense so we can access the utils module. So, it seems we don't want 'BARTSmiles' in the root path because it is being appended on line 44.
But then in line 49, defining store_path, you reference {root}/chemical/..., but chemical is inside of BARTSmiles (as is the root layout in the repo). So whatever path we choose we either get an error on line 44 or on line 49.
Could you please resolve this, or let me know if I am doing something wrong?
In my repo I changed any mention of "{root}/chemical" to "{root}/BARTSmiles/chemical", and made sure my --root was the directory in which the BARTSmiles folder was stored, and everything ran fine.
But as is posted this will not run to my knowledge.
Hi, I followed the instructions for preprocessing the datasets as per the readme. However, I get errors.
The --root command does work at first to specify the path that is used in the process_datasets.py file, but anything that is called afterwards from that file does not reference the root I provided. It defaults to the author's paths and so we cannot use them without modifying the default args to match our filesystem.
Seems to be an issue with the following paths:
--model /home/gayane/BartLM/chemical/tokenizer/chem.model
'/home/gayane/BartLM/BARTSmiles/preprocess/spm_parallel.py': [Errno 2] No such file or directory
srcdict='/home/gayane/BartLM/chemical/tokenizer/chem.vocab.fs'
The text was updated successfully, but these errors were encountered: