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
when trying to use GPU with the pretrained b5, the binary_tensor in this method remains a normal float tensor and this lets the program crash (line 73).
Would it be ok to create a pull request in order to move it to a device / support CUDA gpus?
The text was updated successfully, but these errors were encountered:
Hey,
when trying to use GPU with the pretrained b5, the binary_tensor in this method remains a normal float tensor and this lets the program crash (line 73).
Would it be ok to create a pull request in order to move it to a device / support CUDA gpus?
The text was updated successfully, but these errors were encountered: