Skip to content

Commit

Permalink
GH-61: Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Oct 4, 2018
1 parent 24bc299 commit 2482310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Expand Up @@ -103,7 +103,4 @@ venv.bak/
/site

# mypy
.mypy_cache/

# data directory
resources/data
.mypy_cache/
5 changes: 2 additions & 3 deletions flair/visual/training_curves.py
Expand Up @@ -6,7 +6,6 @@

import matplotlib
import math
import sys

matplotlib.use('Agg')

Expand All @@ -32,8 +31,8 @@

class Plotter(object):
"""
Plots training curves (loss, f-score, and accuracy) and training weights over time.
Input files are the output files loss.tsv and weights.txt from training either a sequence label tagger or text
Plots training parameters (loss, f-score, and accuracy) and training weights over time.
Input files are the output files 'loss.tsv' and 'weights.txt' from training either a sequence tagger or text
classification model.
"""

Expand Down

0 comments on commit 2482310

Please sign in to comment.