derlem / kanarya

A deep learning model for classification of 'de/da' clitics in Turkish
21 stars 3 forks source link

Need for a standalone evaluation script #20

Closed haozturk closed 4 years ago

haozturk commented 4 years ago

Currently we use flair to see the scores of the trained models, however these scores are reported after the training. So that we cannot see the accuracy of a model without training it first. So we need a standalone evaluation script which will take an input file and a model and output the performance of the model.