TensorFlow Keras 预训练模型整理 pre-trained modules

1.最全的是 Keras 官方整理的 applications 包括很多模型以及参数,可以直接加载使用

https://keras.io/applications/

2.tensornets

High level network definitions with pre-trained weights in TensorFlow

https://github.com/taehoonlee/tensornets

3.keras-inceptionV4

Keras Implementation of Google’s Inception-V4 Architecture (includes Keras compatible pre-trained weights)

https://github.com/kentsommer/keras-inceptionV4

4.DPED

Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks

https://github.com/aiff22/DPED

5.pretrained.ml

最后还有一个网站做了很多模型的在线版:

https://github.com/EliotAndres/pretrained.ml

Related posts

Leave a Comment