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

creat model: dpt_small failed #5

Open
Wyntor opened this issue Aug 24, 2021 · 1 comment
Open

creat model: dpt_small failed #5

Wyntor opened this issue Aug 24, 2021 · 1 comment

Comments

@Wyntor
Copy link

Wyntor commented Aug 24, 2021

when I start to train the model ,thera is an error :RuntimeError: Unknown model (dpt_small).

@volgachen
Copy link
Collaborator

You can try run these python commands in classification folder.

import models
print(models.dpt_small())
from timm.models import create_model
print(create_model("dpt_small"))

Please check if these codes execute successfully. If not, you can paste detailed error report here.

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