Closed FedericoCampe8 closed 3 years ago
Seems to be the new version of PyTorch lightning. Try for the moment with <1.2 (see #353).
Thanks, a previous version of PyTorch lightning solves the problem. The bug is in the 1.2.
yes! i can confirm - the issue is with the v.1.2 - the version of pytorch-lightning must be downgraded to 1.1.8 in order to work
Expected behavior
Executing the code from the
tutorial (i.e., stallion example) should run fine.
Actual behavior
When fitting the network ([10])
it throws an attribute error:
Code to reproduce the problem
Simply run the tutorial, no modifications.