No file named test_ep_4.txt
lakshmangude opened this issue · 1 comments
lakshmangude commented
Hi,
I am able to train the model by using the readme.md instructions but facing an issue during evaluation saying error "No file named test_ep_4.txt"
I checked for that file but did not find it anywhere.
Please help me
Thanks in advance
--Lakshman
HSLCY commented
Hi,
"test_ep_4.txt" should be generated during the test procedure (line 405 of run_classifier_TABSA.py).
- Check if there are several (number = epoch)
.txt
files in the output_dir. - If no, check if you have used "--eval_test" in the training command we provided.
- If you do have used "--eval_test", I think the test procedure was not successful (or complete), and you should run the training command again.