andrewgordonwilson / bayesgan

Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)
Other
1.02k stars 176 forks source link

Question regarding train and test parameters #13

Open enochkan opened 5 years ago

enochkan commented 5 years ago

If I have generated numpy matrices as my "real data", do I specify that that as 'self.imgs = np.load('matrices.npy')'? I intend to run this in unsupervised mode, so do I need to supply the other parameters such as self.labels, self.test_imgs and self.test_labels? Sorry if this is a basic question, I am fairly new to GANs.

erjingjing commented 5 years ago

Sorry I am a fresh man

孙晶晶

邮箱:jingjingsun0302@126.com |

签名由 网易邮箱大师 定制

On 02/17/2019 02:06, Enoch K wrote:

If I have generated numpy matrices as my "real data", do I specify that that as 'self.imgs = np.load('matrices.npy')'? I intend to run this in unsupervised mode, so do I need to supply the other parameters such as self.labels, self.test_imgs and self.test_labels? Sorry if this is a basic question, I am fairly new to GANs.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.