Skip to content

Commit

Permalink
example bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Aug 13, 2018
1 parent 34a446a commit f3c69aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from keras.datasets import mnist
from autokeras.image_classifier import ImageClassifier
from autokeras import ImageClassifier

if __name__ == '__main__':
(x_train, y_train), (x_test, y_test) = mnist.load_data()
Expand Down

0 comments on commit f3c69aa

Please sign in to comment.