Closed DebanjanaKar closed 3 years ago
For future references: This refers to memory deallocation issues (https://docs.nvidia.com/cuda/cublas/index.html#cublas-datatypes-reference) - try to decrease sequence length of input or batch size to help do away with this error.
I have been trying to run mT5 for the past 2 days and constantly running into weird CUDA errors one after the other.Can anyone please help me with this? Is it because of memory or any other issue?
Error 1: The most common error face is the cublas error: Error stack trace below:
Error 2 : Illegal Memory Access
Error stack trace below:
Below are my machine specs:
The following are my model arguments:
Am I missing any argument?