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

Which ResNet50 did you use? #12

Closed
moskomule opened this issue Aug 27, 2019 · 2 comments
Closed

Which ResNet50 did you use? #12

moskomule opened this issue Aug 27, 2019 · 2 comments

Comments

@moskomule
Copy link

Hi, I want to run your code for ImageNet, but it seems the ResNet-50 implementation is missing.

In fast-autoaugment/FastAutoAugment/networks/__init__.py,

from pretrainedmodels import models
...
model = models.resnet50(num_classes=num_class, pretrained=None)

but pretrainedmodels is not uploaded yet. Is this ResNet50 from torchvision or your original implementation?

@alashkari
Copy link

Install pretrainedmodels with "pip install pretrainedmodels"

@moskomule
Copy link
Author

Thanks. It uses torchvision’s ResNet50

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