-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'mdistiller' #55
Comments
I noticed that after executing 'sudo python3 setup.py develop,' the path was not added to sys.path |
I had the same problem, and here's how I solved it. and I modiyf the I hope this helps, this problem took me an hour to solve. |
thank you a lot! The solution worked for me too! |
Hello, I have the same question, but I have been trained on colab and I can't understand your answer. Could you tell me more details |
Hello, There 2 ways to slove the problem.
|
I encountered an error when running train.py after following the steps provided in the README for installation. The error message I received is: “Traceback (most recent call last): File "tools/train.py", line 9, in from mdistiller.models import cifar_model_dict, imagenet_model_dict, tiny_imagenet_model_dict ModuleNotFoundError: No module named 'mdistiller'.”
However, I can navigate to 'mdistiller.models' correctly in my IDE. Can you please tell me what might be the reason for this issue?"
The text was updated successfully, but these errors were encountered: