Closed NumesSanguis closed 4 years ago
In my own project using this seed, I updated to 1.0.0rc2 to discover that TrainResult and EvalResult are deprecated.
For example, I got the error: AttributeError: module 'pytorch_lightning' has no attribute 'EvalResult'
AttributeError: module 'pytorch_lightning' has no attribute 'EvalResult'
It would be great if this repo can be used with the upcoming 1.0.0 release.
Solved with this commit: https://github.com/PyTorchLightning/deep-learning-project-template/commit/faef5bbf4f3c392b9e4d71e606edaab5ce4d0aaf
In my own project using this seed, I updated to 1.0.0rc2 to discover that TrainResult and EvalResult are deprecated.
For example, I got the error:
AttributeError: module 'pytorch_lightning' has no attribute 'EvalResult'
It would be great if this repo can be used with the upcoming 1.0.0 release.