We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ad9d4 commit ad0baf6Copy full SHA for ad0baf6
sentiment/python/imdb.py
@@ -208,7 +208,7 @@ def main():
208
print('\nSaved model metadata at: %s' % metadata_json_path)
209
210
tfjs.converters.save_keras_model(model, FLAGS.artifacts_dir)
211
- print('\nSaved model artifcats in directory: %s' % FLAGS.artifacts_dir)
+ print('\nSaved model artifacts in directory: %s' % FLAGS.artifacts_dir)
212
213
214
if __name__ == '__main__':
0 commit comments