Skip to content

Commit

Permalink
ok so now the images match what they should be
Browse files Browse the repository at this point in the history
but it still sucks at classifying?

tensorboard log-dir:
  • Loading branch information
PeterMitrano committed May 19, 2017
1 parent 09b4ec1 commit e24d616
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def main():
# setup the input data pipelines
train_image_batch, train_label_batch, test_image_batch, test_label_batch, info = load('mnist')
# train_image_batch, train_label_batch, test_image_batch, test_label_batch, info = load('cifar10')
tf.summary.image("train_image", train_image_batch, max_outputs=5)
tf.summary.image("test_image", test_image_batch, max_outputs=5)

sess = tf.Session()

Expand Down

0 comments on commit e24d616

Please sign in to comment.