Hi,
I wanted to run the code for images of size 256 as input instead of 128.
I see that image size 128 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 256 size input image.
Should I raise a PR for the same where I can ask for the image size as run time argument?
Thanks, Abhinav
Hi,
I wanted to run the code for images of size 256 as input instead of 128.
I see that image size 128 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 256 size input image.
Should I raise a PR for the same where I can ask for the image size as run time argument?
Thanks, Abhinav