79345339

Date: 2025-01-10 10:20:52
Score: 1.5
Natty:
Report link

I suggest casting mtl to float32 before casting it to your device.

Replace mtl.to(device) by:

mtl.to(torch.float32).to(device)

Best,

Arnaud

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: arnaudlenain