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'
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?