ERROR

[ML] RuntimeError: Found dtype Long but expected Float

파송송 2023. 1. 9. 21:01
728x90
labels = labels.to(config.device).to(torch.float32)

.to(torch.float32) 추가하여 해결

728x90