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

Availability of Pretrained EfficientNets Checkpoints #377

Open
xhluca opened this issue May 30, 2019 · 8 comments
Open

Availability of Pretrained EfficientNets Checkpoints #377

xhluca opened this issue May 30, 2019 · 8 comments
Assignees

Comments

@xhluca
Copy link

xhluca commented May 30, 2019

With the release of EfficientNet, it is interesting great to see the partial release of checkpoints:

We have provided a list of EfficientNet checkpoints for EfficientNet-B0, EfficientNet-B1, EfficientNet-B2, and EfficientNet-B3.

Is there any reason why the weights for B4 to B7 are not released yet? Is there plans to release them in the future?

Link to directory: https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet

Thanks!

@mosheliv
Copy link

mosheliv commented Jun 5, 2019

+1

@chuong98
Copy link

chuong98 commented Jun 8, 2019

Can you also provide the checkpoints at the couple first epochs during training b0-b3. We would like to try to apply Lottery Ticket Hypothesis on EfficientNet b0-b3. Many thanks

@mingxingtan
Copy link
Contributor

I have released B4 and B5:

https://storage.googleapis.com/cloud-tpu-checkpoints/efficientnet/efficientnet-b4.tar.gz (ImageNet top1 acc=82.6%)
https://storage.googleapis.com/cloud-tpu-checkpoints/efficientnet/efficientnet-b5.tar.gz (ImageNet top1 acc=83.2%)

We will release B6 and B7 in future.

@mosheliv
Copy link

mosheliv commented Jun 17, 2019 via email

@digital-thinking
Copy link

Anyone has weights for the B7 version?

@HarshitSheoran
Copy link

@digital-thinking Not yet available, I am also waiting.

@jebibault
Copy link

The B6 and B7 checkpoints are available: https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet
Do you know if you intend to convert them to weights and make them available?
Thank you very much!

@bnascimento
Copy link

Can someone clarify how to use these checkpoints to fine tune to a custom dataset?
I tried to put them on the output model_dir so they can resume from there, but keep stumbling into missing or changed operations? See #652

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

8 participants