You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
Hi
I am trying to run any model on the CamVid Dataset with 13 classes with crop size of 360 X 480 (anything other than the default). It gives incompatible size error for any model. Is there something I am doing wrong or is the code compatible only with size 512 X 512?
The text was updated successfully, but these errors were encountered:
Which kind of model do you want to run?
Input image size can be divided by 32 for some models.
You have to read the paper and figure out the restriction of input image size.
That error you have is about GPU memory.
You don't have enough GPU memory to feed-forward that size of the image.
I think you have to change the larger GPU or make the image smaller.
Which kind of model do you want to run?
Input image size can be divided by 32 for some models.
You have to read the paper and figure out the restriction of input image size.
Hi, brother, where is the paper, i want to read them
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am trying to run any model on the CamVid Dataset with 13 classes with crop size of 360 X 480 (anything other than the default). It gives incompatible size error for any model. Is there something I am doing wrong or is the code compatible only with size 512 X 512?
The text was updated successfully, but these errors were encountered: