Skip to content

Commit

Permalink
GH-232: Add new Corpus interface over TaggedCorpus and MultiCorpus
Browse files Browse the repository at this point in the history
  • Loading branch information
aakbik committed Nov 22, 2018
1 parent ebaf983 commit 494fc11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flair/trainers/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def train(self,
# if we are training over multiple datasets, do evaluation for each
if type(self.corpus) is MultiCorpus:
for subcorpus in self.corpus.corpora:
self._log_line()
self._log_line()
test_metric, test_loss = self._calculate_evaluation_results_for(
subcorpus.name, subcorpus.test, embeddings_in_memory, mini_batch_size, base_path + '/test.tsv')
Expand Down

0 comments on commit 494fc11

Please sign in to comment.