TensorFlow Keras 预训练模型整理 pre-trained modules
fendouai
•
2018年4月26日 am1:28
•
TensorFlowNews, TensorFlow函数, TensorFlow安装, TensorFlow实战, TensorFlow教程, TensorFlow文档
本文是全系列中第5 / 8篇:TensorFlow 教程大全
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
原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2018/04/26/pre-trained-modules/