Skip to content

Commit

Permalink
no load model print out
Browse files Browse the repository at this point in the history
  • Loading branch information
anaismoller committed Apr 30, 2020
1 parent f9f647f commit b4c7861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supernnova/utils/training_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ def get_model(settings, input_size):

rnn = rnn(input_size, settings)

print(rnn)
if not settings.no_dump:
print(rnn)

return rnn

Expand Down

0 comments on commit b4c7861

Please sign in to comment.