You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Hello, I also had the same problem and have solved it.
I just recreate the conda environment with optimal configurations recommended by author. (Python 3.7 /
PyTorch 1.4 / TorchVision 0.5.0 - no greater version!)
For your information, it also works with PyTorch 1.4 / TorchVision 0.5.0 but Python 3.8.
So keeping consistent PyTorch version should be sufficient to solve this problem.
TypeError: Cannot create a consistent method resolution
order (MRO) for bases ABC, Module
I tried different python version, but it did not work
Thanks in advance
The text was updated successfully, but these errors were encountered: