zeshel icon indicating copy to clipboard operation
zeshel copied to clipboard

vocab.txt not found when we create_training_data.sh

Open YerongLi opened this issue 2 years ago • 0 comments

Hi when I run the following command:

ZESHEL_DATA="MY DATA PATH" bash scripts/create_training_data.sh

I met the following error

 File "/scratch/yerong/local/anaconda3/envs/blink37/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py", line 84, in _preread_check
compat.as_bytes(self.__name), 1024 * 512)
tensorflow.python.framework.errors_impl.NotFoundError: uncased_L-12_H-768_A-12/vocab.txt; No such file or directory

Anyone knows how to fix this?

python3.7
bert-tensorflow        1.0.4
tensorflow             1.15.0

YerongLi avatar Nov 03 '21 09:11 YerongLi