You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the code from example on the fast-bert page, but got out of GPU memory error:
Exception has occurred: RuntimeError
CUDA out of memory. Tried to allocate 192.00 MiB (GPU 0; 6.00 GiB total capacity; 4.35 GiB already allocated; 84.91 MiB free; 4.44 GiB reserved in total by PyTorch)
How to make fast-bert to use less GPU memory? Which parameters to set?
The text was updated successfully, but these errors were encountered:
I tried to run the code from example on the fast-bert page, but got out of GPU memory error:
Exception has occurred: RuntimeError
CUDA out of memory. Tried to allocate 192.00 MiB (GPU 0; 6.00 GiB total capacity; 4.35 GiB already allocated; 84.91 MiB free; 4.44 GiB reserved in total by PyTorch)
How to make fast-bert to use less GPU memory? Which parameters to set?
The text was updated successfully, but these errors were encountered: