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
I have setup the environment based on these commands:
conda create -n mbo -c conda-forge rdkit
pip install design-bench==2.0.20
However, when I use the api I encounter a strange problem.
The import design_bench got an error:
ValueError: Can't find a vocabulary file at path '/root/miniconda3/envs/mbo/lib/python3.10/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)
The text was updated successfully, but these errors were encountered:
This is an issue which has been resolved in a new branch (albeit pending approval), switch to branch chris/fixes-v2 and see if that helps. (For a bit more context, see #21)
I have setup the environment based on these commands:
conda create -n mbo -c conda-forge rdkit
pip install design-bench==2.0.20
However, when I use the api I encounter a strange problem.
The import design_bench got an error:
ValueError: Can't find a vocabulary file at path '/root/miniconda3/envs/mbo/lib/python3.10/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)
The text was updated successfully, but these errors were encountered: