Hello everyone, I have encountered an issue with my submission. It exceeds the allowed size limit of 218 MB. Has anyone faced this issue before and found a way to work around this limit? Thank you in advance for your help!
Wow, I haven't subbed yet, but perhaps something to try.
Convert your sub to float16 before you sub, then it will print less digits and use less space. Same thing is to print the numbers but just the first few digits ...
Wow, I haven't subbed yet, but perhaps something to try.
Convert your sub to float16 before you sub, then it will print less digits and use less space. Same thing is to print the numbers but just the first few digits ...
thanks
I had it. just convert your prediction to float32 and it will be good
thanks