我想知道如何修改github 中的以下代码,以便从图像大小为780x780和RBG的本地图像路径中读取两个类(猫和狗)。以下是链接中未注释的代码: import tensorflowvisuimport math
from tensorflow.contrib.learn.python.learn.datasets.mni
我有500张未标记的RGB彩色图像集(200x300像素),用于无监督学习(CNN,GAN,自动编码器)。我想将我的图像集导入到tensorflow,而不是MNIST示例。import tensorflow as tfimport matplotlib.pyplot as plt
from tensorflow.examples.tutorials.mnist