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

How use bigger size images? 512, 1024... and more #9

Open
Aziz87 opened this issue Aug 8, 2019 · 1 comment
Open

How use bigger size images? 512, 1024... and more #9

Aziz87 opened this issue Aug 8, 2019 · 1 comment

Comments

@Aziz87
Copy link

Aziz87 commented Aug 8, 2019

When i use img_size = 512 i have error

ValueError: Cannot feed value of shape (1, 512, 512, 3) for Tensor 'X:0', which has shape '(?, 256, 256, 3)'
on the line:
Xs_ = sess.run(Xs, feed_dict={X: X_img, Y: Y_img})

may be need other model.meta?

@Cortlandd
Copy link

The model is implemented to accept 256x256 images. I could be wrong, but you would have to make changes to layers in the generator and discriminator to allow for larger images.

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

2 participants