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

Use torchvision version 0.11.0 #6

Open
snoop2head opened this issue Dec 4, 2021 · 2 comments
Open

Use torchvision version 0.11.0 #6

snoop2head opened this issue Dec 4, 2021 · 2 comments

Comments

@snoop2head
Copy link
Owner

import torchvision.models as models

mobilenet_v3_large = models.mobilenet_v3_large()
mobilenet_v3_small = models.mobilenet_v3_small()
efficientnet_b0 = models.efficientnet_b0()
@snoop2head snoop2head changed the title Use torchvision version 0.11.1 Use torchvision version 0.11.0 Dec 4, 2021
@snoop2head
Copy link
Owner Author

  • torchvision upgraded to 0.10.0 and torch to 1.9.0
  • fixed inference code accordingly

@snoop2head
Copy link
Owner Author

Make version compatible code both for

  • torch 1.7.0 and below torch 1.10.0
  • torchvision 0.11.1 and below torchvision 0.8.0 -> additional conditioning for mobilenetv3 and efficientnetb0 is needed

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

1 participant