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

problem when run main.py with mnist, Is there anyone have the same problem?or you know how this happen?please give me some advice!Thanks #51

Open
beautifullife99 opened this issue Nov 1, 2017 · 0 comments

Comments

@beautifullife99
Copy link

File "main.py", line 67, in
tf.app.run()
File "/home/fyh/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "main.py", line 51, in main
dcgan.train(FLAGS)
File "/home/fyh/ESPCN/subpixel-master/model.py", line 141, in train
save_images(sample_input_images, [8, 8], os.path.join(self.sample_dir, "inputs_small.png"))
File "/home/fyh/ESPCN/subpixel-master/utils.py", line 22, in save_images
return imsave(inverse_transform(images[:num_im]), size, image_path)
File "/home/fyh/ESPCN/subpixel-master/utils.py", line 41, in imsave
return scipy.misc.imsave(path, merge(images, size))
File "/home/fyh/ESPCN/subpixel-master/utils.py", line 31, in merge
h, w = images.shape[1], images.shape[2]

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

1 participant