Skip to content

Commit

Permalink
Minor fix to colab.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 243091045
  • Loading branch information
Nupur Garg authored and copybara-github committed Apr 11, 2019
1 parent 0f88a99 commit 6c0d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/en/flowers_tf_lite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"\n",
"labels = '\\n'.join(sorted(train_generator.class_indices.keys()))\n",
"\n",
"with open('labels.txt', 'wb') as f: \n",
"with open('labels.txt', 'w') as f:\n",
" f.write(labels)"
]
},
Expand Down

0 comments on commit 6c0d494

Please sign in to comment.