Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 10, 2024
1 parent 4b869c5 commit 0cb5609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_export/generate_test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def get_test_model_lstm_stateful():
def main():
"""Generate different test models and save them to the given directory."""
if len(sys.argv) != 3:
print('usage: [model name] [destination file path]')
print('usage: [model name] [destination file path]', flush=True)
sys.exit(1)
else:
model_name = sys.argv[1]
Expand Down

0 comments on commit 0cb5609

Please sign in to comment.