inspirehep / magpie

Deep neural network framework for multi-label text classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run test after batch training

nhannt315 opened this issue · comments

Hello, i have trained my data with batch_train and got the model. But i forgot to pass test directory argument into batch_train function. How can i test my model without training again? Thank you
Sorry for my bad English

@nhannt315 sorry, it's not possible to just test the model on data. You'll need to retrain again. That's something that we should probably add.