Skip to content

Commit

Permalink
bug fix with setting params.test_lstm
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonac committed Oct 25, 2017
1 parent ce3e462 commit e18ab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/fmowBaseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, params=None, argv=None):
if performAll or arg == '-test_cnn':
self.params.test_cnn = True
if performAll or arg == '-test_lstm':
self.params.test_cnn = True
self.params.test_lstm = True

if arg == '-nm':
self.params.use_metadata = False
Expand Down

0 comments on commit e18ab9d

Please sign in to comment.