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 8a9f0eb commit 3c5e972Copy full SHA for 3c5e972
main.py
@@ -70,7 +70,7 @@ def train(conf, data):
70
conf.img_height = 28
71
conf.img_width = 28
72
conf.channel = 1
73
- conf.num_batches = 10#data.train.num_examples // conf.batch_size
+ conf.num_batches = data.train.num_examples // conf.batch_size
74
else:
75
from keras.datasets import cifar10
76
data = cifar10.load_data()
0 commit comments