Error while running a convolutional network using my own data in Tensorflow
问题 I´m a complete beginner in using Tensorflow and machine learning in general, so there are many concepts that I still don´t understand quite well, so sorry if my error is obvious. I´m trying to train my own convolutional network using my own images (optical microscopy photos) resized to 60x60, and I have only 2 labels to classify them (if the sample is positive or not). Here is my code: from __future__ import absolute_import from __future__ import division from __future__ import print_function