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
Thank you for creating this repo. It is a godsend! I was able to resolve all the incompatibility issues. But, it seems the design-bench package has a new persistent issue.
File "/home/<user_name>/miniconda3/envs/design-baselines/lib/python3.7/site-packages/transformers/tokenization_bert.py", line 196, in __init__ "model use 'tokenizer = BertTokenizer.from_pretrained(PRETRAINED_MODEL_NAME)'".format(vocab_file) ValueError: Can't find a vocabulary file at path '/home/<user_name>/miniconda3/envs/design-baselines/lib/python3.7/site-packages/design_bench_data/smiles_vocab.txt'. To load the vocabulary from a Google pretrained model use 'tokenizer = BertTokenizer.from_pretrained(PRETRAINED_MODEL_NAME)'
//replaced my <user_name>
I investigated this. The design_bench_data directory is completely empty. If possible, could you please help me solve this?
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for creating this repo. It is a godsend! I was able to resolve all the incompatibility issues. But, it seems the
design-bench
package has a new persistent issue.I investigated this. The
design_bench_data
directory is completely empty. If possible, could you please help me solve this?The text was updated successfully, but these errors were encountered: