-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using a custom dataset with 512x512 shape produces an error #2
Comments
Hey Denis, Looking at your config I can see two things that might cause issues.
I've ran your config and wasn't able to get the error you got. My guess is some of these things are happening:
Could you try checking those values? Those dimension numbers look quite strange to me, as I would expect 512x512 to be downsampled maybe 16x in layer 3 to be 32x32 = 1024. Ht * Wt = 920 in your case isn't a square number as you would expect, and 1802240 corresponds to a [1, 128, 16, 880] dimension. |
Hey Denis, Are you able to get the test results? What is the exact line that you are running for evaluation? It's hard for me to diagnose what the issue might be without those. I know that F-Score can be very heavy on the RAM and for that reason, if you are running F-Score you might want to run it in batches and average the scores together. This will result in the same results as if you ran the F-Score on all images at once. |
Hello.
I want to run training on my dataset at 512x512 resolution. The training phase passes without problems, but an error occurs during validation:
Could you tell me, please, what could be the problem?
My config file:
hila.b1.1024x1024.city.160k_S234_my.txt
The text was updated successfully, but these errors were encountered: