Spacy3Textcat icon indicating copy to clipboard operation
Spacy3Textcat copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'data\\train.spacy'

Open gayathrisara opened this issue 2 years ago • 1 comments

while running create_data.py its will show this error

gayathrisara avatar Jun 03 '22 05:06 gayathrisara

You can just create an empty file using:

mkdir data and touch data/train.spacy, should do the trick

guidoschmidt avatar Sep 18 '22 10:09 guidoschmidt