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
I didn't pull request because I didn't check whole case for all datasets
modify batch_size, channel, n_cols/n_rows for each dataset manually.
mnist : channel=1, ncols=32, nrows=32
lsun : channel=3, ncols=64, nrows=64
Hi, interested in your work and trying running the code.
But immediately facing a trouble in line 181
mergan.py
_fixed_noise = pickle.load(open('/datatmp/result/fixed_noise/fixed_noise','r'))
The
fixed_noise
file is not available.Is this file supposed to be provided by you? Or cached during training other model?
Thank you!
The text was updated successfully, but these errors were encountered: