Skip to content

Commit

Permalink
🐛 (classifier): Fix missing Namespace entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Jul 5, 2023
1 parent bd46581 commit 23b46c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ def get_args():
option=args.option,
dev_out='predictions/' + args.option + '-sst-dev-out.csv',
test_out='predictions/' + args.option + '-sst-test-out.csv',
logdir=args.logdir
logdir=args.logdir,
optimizer=args.optimizer
)

train(config)
Expand Down

0 comments on commit 23b46c8

Please sign in to comment.