Open prateeknepaliya09 opened 6 years ago
I've trained till I've reached an accuracy of 1, almost stable. How can I evaluate or test it? How will run eval file exactly? Also isn't testing on the same training data might cause overfit?
same question
@Nadedic Yes! We don't test with same data. That wont produce the exact accuracy of the model. If you have trained then you will be having a text file having word->ID use it and make an embedding layer then see eval.py .
Delt all your test data. And just keep one single line.