Skip to content

Commit

Permalink
turns out test labels are just wrong
Browse files Browse the repository at this point in the history
they've probably been wrong this whole time...?

tensorboard log-dir: log_data/May_18/May_18_18:54:52
  • Loading branch information
PeterMitrano committed May 19, 2017
1 parent d201d35 commit df1d561
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pcanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ def main():
train_summary_op = tf.summary.merge_all('train')
test_summary_op = tf.summary.merge_all('test')

# q = sess.run(m.binary_encoded)
# print(q[0])

# extract PCA features from training set
train_pcanet_features, train_labels, summary = sess.run([m.output_features, train_label_batch, merged_summary_op])
writer.add_summary(summary, 0)
Expand Down

0 comments on commit df1d561

Please sign in to comment.