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'm running into a PyTorch dtype mismatch error when training the RESOLVI model. The traceback suggests a matrix multiplication is being attempted between a LongTensor and a FloatTensor.
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
I'm running into a PyTorch dtype mismatch error when training the RESOLVI model. The traceback suggests a matrix multiplication is being attempted between a LongTensor and a FloatTensor.
The final and most important part of the error is:
Proposed solution:
The issue seems to be solved by casting the dtype of the result of
one_hot()
tofloat
:Versions:
scvi-tools: 1.3.0
PyTorch: 2.6.0+cu124
CUDA: NVIDIA A100
Best regards,
Vasily
The text was updated successfully, but these errors were encountered: