Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed_noise in mergan.py #1

Open
junhocho opened this issue Jan 29, 2019 · 3 comments
Open

fixed_noise in mergan.py #1

junhocho opened this issue Jan 29, 2019 · 3 comments

Comments

@junhocho
Copy link

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!

@yhgon
Copy link

yhgon commented Feb 5, 2019

@junhocho Did you solve this problem?
plz use below my temporal solution.
https://github.com/yhgon/MeRGAN/blob/master/mergan.py#L188

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

@ahmadmobeen
Copy link

@yhgon what about the mean and stddev and n_imgs?

@marianasignal
Copy link

I have the same question about the dir ('/datatmp/result/fixed_noise/fixed_noise')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants