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

Supporting image size larger than 64*64 #10

Open
DRM-Free opened this issue Mar 14, 2019 · 3 comments
Open

Supporting image size larger than 64*64 #10

DRM-Free opened this issue Mar 14, 2019 · 3 comments

Comments

@DRM-Free
Copy link

Hello, I would like to know whether there is a specific reason for preventing image size from varying. if not so, do you know what kind of modifications would be required to support, say 512*512 images ?

@Hanzy1996
Copy link

I have the same question that how to adjust the model to make it support large images?

@1Konny
Copy link
Owner

1Konny commented Jun 18, 2019

Hi, sorry for the late reply.

You can vary the size of image resolution by modifying the architecture(BetaVAE_H) defined in model.py(https://github.com/1Konny/Beta-VAE/blob/master/model.py#L32) so that it can handle the image size you want.

@Hanzy1996
Copy link

@1Konny Thanks so much! I will try this.

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

3 participants