Replies: 1 comment
-
Hello @NayeeC, yeah I think your GPU might be too small. You can decrease the size of the model by decreasing the number of layers or channels. I think for the leaderboard models we use 32 GB GPUs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I find a strange problem here, I set the
batch=1
and suppose there are four data with different num_coil:A: num_coil=16, B: num_coil=16, C: num_coil=18, D: num_coil=20
.Then I use
to read the data and train. And the following error occurs when the data
D: num_coil=20
is in the folder, which contains data.Does this mean that the num_coil should be larger than 20?
And if the data are arranged like
A B C
orA C B
, as long as the dataC: num_coil=18
is not on the top of all other data,C A B
, the following error occurs:And, this occurs at the moment that the network tries to load data
C
.Why do these strange things happen? My GPU0 has 11264Mib memory, is this still too small to load the data? If so, how can I deal with it without changing my GPU?
Beta Was this translation helpful? Give feedback.
All reactions