79158841

Date: 2024-11-05 11:17:37
Score: 2
Natty:
Report link

For me this worked:

rz = float(3.)

lossT3 = loss.item() * 3.5

lossT3p = loss.tolist()

print(type(lossT3), type(lossT3p))

See Daniel Voigt Godoy, 2024, DL with Pytorch volume I, page 102

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Wulf Luck