Open kimtaeuk-AI opened 1 year ago
Hi there,
Thanks for sharing your experience with the issue. It seems like we both encountered the same problem. However, when I tried installing pytorch-lightning version 0.8.5 I ran into the same error with "No module named 'pytorch_lightning.core.module'".
Just wanted to check if you found a workaround for this problem.
Thanks!
Hi. The problem in this issue "ImportError: cannot import name '_input_format_classification' from 'pytorch_lightning.metrics.utils'" also happened to me.
As a solution, you pointed out "https://github.com/tobiascz/TeCNO/blob/master/requirements.txt"
When I do pip install pytorch-lightning==0.8.5 I get the error "pydoc.ErrorDuringImport: problem in modules.mstcn.tecno - ModuleNotFoundError: No module named 'pytorch_lightning.metrics.utils'"
Thanks.