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

implement keras/tf encoders #87

Closed
nan-wang opened this issue Mar 14, 2020 · 0 comments · Fixed by #109
Closed

implement keras/tf encoders #87

nan-wang opened this issue Mar 14, 2020 · 0 comments · Fixed by #109

Comments

@nan-wang
Copy link
Member

image classification

Keras application includes 7 types of models (10 models in total)

  1. Xception
  2. VGG
    • VGG16
    • VGG19
  3. ResNet, ResNetV2
  4. Inception
    • InceptionV3
    • InceptionResNetV2
  5. MobileNet
    • MobileNet
    • MobileNetV2
  6. DenseNet
  7. NASNet

Reference

https://keras.io/applications/#available-models

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

Successfully merging a pull request may close this issue.

1 participant