Skip to content

Commit

Permalink
update CNN for loading MNIST
Browse files Browse the repository at this point in the history
  • Loading branch information
leejaymin committed Jul 18, 2017
1 parent a180b04 commit ecb268a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions 5.CNN/CNNforMNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,9 @@
"collapsed": true
},
"outputs": [],
"source": []
"source": [
""
]
}
],
"metadata": {
Expand All @@ -953,7 +955,7 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 3.0
},
"file_extension": ".py",
"mimetype": "text/x-python",
Expand All @@ -964,5 +966,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"nbformat_minor": 0
}
2 changes: 1 addition & 1 deletion 5.CNN/CNNforMNIST.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import tensorflow as tf
import numpy as np
import input_data
from tensorflow.examples.tutorials.mnist import input_data
import time

batch_size = 128
Expand Down

0 comments on commit ecb268a

Please sign in to comment.