pbaylies / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
740 stars 182 forks source link

about efficientnet #30

Open jjandnn opened 4 years ago

jjandnn commented 4 years ago

hi,P:

When your effnet.py file is from efficientnet import , the .keras is missing, it should be from efficientnet.keras import or from efficientnet.tfkeras import *

It may be that the original author adjusted the structure.

I wish you a smooth creation and look forward to further work.