Closed DuanYuFi closed 3 months ago
b6aa32f26d4f037d829fc227391a8568d26dd268 should fix this particular issue, but you will encounter further issues:
view
is not supported, you will need to use flatten(1)
instead.Thanks a lot! I will update the codes :)
Hi, I am trying to implement my own ResNet50 training and inference code with PyTorch. But error occurs in ml.py.
Here is my code:
And here is the output:
Compile command:
./compile.py torch_cifar_resnet