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

Question on the Pretrained Feature Networks (EfficientNets) #98

Open
Nikolai10 opened this issue Dec 9, 2022 · 0 comments
Open

Question on the Pretrained Feature Networks (EfficientNets) #98

Nikolai10 opened this issue Dec 9, 2022 · 0 comments

Comments

@Nikolai10
Copy link

Nikolai10 commented Dec 9, 2022

Hello @xl-sr,

I am sorry to bother you: I need to translate the Projection Discriminator to TensorFlow. I am however a bit confused about which EfficientNet model to use. In my understanding, your default choice is "EfficientNet-Lite1".

In your code, however, you have used the tf_efficientnet_lite0 variant per default.

I am also a bit confused about the presented numbers (Table 2):

EfficientNet
lite0 lite1 lite2 lite3 lite4
Params (M) ↓ 2.96 3.72 4.36 6.42 11.15
IN top-1 ↑ 75.48 76.64 77.47 79.82 81.54
FID ↓ 2.53 1.65 1.69 1.79

I believe the origin of the lite variants comes from here. I noticed that the number of params (M) and also reported IN top-1 acc do not match (perhaps I just missed something?). I would be thankful if you could give me a short feedback.

For my own implementation, I believe using the models uploaded to https://tfhub.dev/s?q=EfficientNet-Lite (e.g. efficientnet/lite1/feature-vector) should be the way to go.

Thanks,
Nikolai

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