Skip to content
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

Problem with Timm #7

Open
Zayflar opened this issue Oct 20, 2023 · 1 comment
Open

Problem with Timm #7

Zayflar opened this issue Oct 20, 2023 · 1 comment

Comments

@Zayflar
Copy link

Zayflar commented Oct 20, 2023

Hi, I wanted to try your project but I have an error when I run " python3 main.py -m train -d mps".

ModuleNotFoundError: No module named 'timm.models.layers.activations'

The issue is that I have timm on my computer so I don't really understand

@ademakdogan
Copy link
Owner

Check if there are any version compatibility issues between the timm library and other dependencies in your project. It's possible that a specific version of timm is required by your project, and there might be conflicts with other installed packages. Make sure that the package versions specified in the project are used. I recommend using virtual environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants