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

Module timm.models.gluon_resnet not found. #1

Open
kairos03 opened this issue Jun 17, 2020 · 1 comment
Open

Module timm.models.gluon_resnet not found. #1

kairos03 opened this issue Jun 17, 2020 · 1 comment

Comments

@kairos03
Copy link

I run your code with google colab.
But, I encounter this error.

Can you help me?

Traceback (most recent call last):
  File "train.py", line 28, in <module>
    from timm.data import Dataset, create_loader, resolve_data_config, FastCollateMixup, mixup_target
  File "/content/NES/timm/__init__.py", line 2, in <module>
    from .models import create_model, list_models, is_model, list_modules, model_entrypoint
  File "/content/NES/timm/models/__init__.py", line 3, in <module>
    from .gluon_resnet import *
ModuleNotFoundError: No module named 'timm.models.gluon_resnet'
@zhoudaquan
Copy link
Owner

Sure, to the simplest, you can just delete that line if you are not using the gluon model. If you do, just place a model at the imported place. I use the model for testing previous but not uploaded for this repo.

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