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

code changes required for image size128 #14

Open
loseway12138 opened this issue Mar 17, 2021 · 1 comment
Open

code changes required for image size128 #14

loseway12138 opened this issue Mar 17, 2021 · 1 comment

Comments

@loseway12138
Copy link

Hi,
I wanted to run the code for images of size 128 as input instead of 64.
I see that image size 64 is hardcoded in "train.py" while transforming into tensors.

Is there any other place across the code where I need to change the image size (or other parameters dependent on image size) to run it on 128 size input image.

@woozzu
Copy link
Owner

woozzu commented Mar 17, 2021

@loseway12138 You can change the resolution by modifying the data loader and the model definition (in model.py).

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