Skip to content

Commit ad0baf6

Browse files
hereismaricaisq
authored andcommitted
Fix typo: artifacts (#182)
1 parent 26ad9d4 commit ad0baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentiment/python/imdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def main():
208208
print('\nSaved model metadata at: %s' % metadata_json_path)
209209

210210
tfjs.converters.save_keras_model(model, FLAGS.artifacts_dir)
211-
print('\nSaved model artifcats in directory: %s' % FLAGS.artifacts_dir)
211+
print('\nSaved model artifacts in directory: %s' % FLAGS.artifacts_dir)
212212

213213

214214
if __name__ == '__main__':

0 commit comments

Comments
 (0)