Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jihunchoi committed Sep 7, 2017
1 parent b8ceff2 commit 084578c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eval_snli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from models import NLIModel


logging.basicConfig(level=logging.INFO,
format='%(asctime)s %(levelname)-8s %(message)s')


def evaluate(args):
lstm_hidden_dims = [int(d) for d in args.lstm_hidden_dims.split(',')]

Expand Down

0 comments on commit 084578c

Please sign in to comment.