Replies: 1 comment 12 replies
-
|
The batch size during evaluation is set to 1. Unfortunately, this means your model is too big for the GPU used for evaluation. However, I don't see any failed submission... maybe the file was to large to upload to codalab? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can the batchsize in the evaluate.py file be set to 1? My model is quite heavy and uses full resolution images as input. I'm assuming it is not set to 1 because I'm getting memory errors during submission.
Beta Was this translation helpful? Give feedback.
All reactions