Closed danielhers closed 6 years ago
When running with a pre-trained model, using this command,
python -m tupa example.txt -m models/ucca-bilstm
The following error occurs:
FileNotFoundError: [Errno 2] No such file or directory: 'vocab/en_core_web_lg.csv'
The vocabulary files should be packaged with the models, if they require them.
(Reported in #34).
When running with a pre-trained model, using this command,
The following error occurs:
The vocabulary files should be packaged with the models, if they require them.
(Reported in #34).