uta-smile / SMILES-BERT

Other
40 stars 12 forks source link

How to pretrain? #2

Open myeonggyukim0513 opened 1 year ago

myeonggyukim0513 commented 1 year ago

I prepared train, valid, and test files (as .csv and .txt)

when I run the following code: !python binarize_smiles.py --data C:\Users\onsky\Jupyter_notebook\SMILES-BERT-master\SMILES-BERT-master\Pretraining_data --destdir C:\Users\onsky\Jupyter_notebook\SMILES-BERT-master\SMILES-BERT-master\Pretraining_data --workers 16

Error message: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\onsky\Jupyter_notebook\SMILES-BERT-master\SMILES-BERT-master\Pretraining_data\train'

How can I fix it?

GaoFMH commented 1 year ago

我这也有这个问题,请问你解决了吗?

GaoFMH commented 1 year ago

I also have this problem here. Have you solved it?