You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: