TensorFlow Keras 预训练模型整理 pre-trained modules
fendouai
•
2018年4月26日 am1:28
•
TensorFlowNews, TensorFlow函数, TensorFlow安装, TensorFlow实战, TensorFlow教程, TensorFlow文档
本文是全系列中第5 / 8篇:TensorFlow 教程大全
- CS 20SI: Tensorflow for Deep Learning Research-斯坦福大学 TensorFlow 深度学习研究课程
- stanford-tensorflow-tutorials 斯坦福大学 tensorflow 教程 github
- 谷歌发布 TensorFlow Lite [官方网站,文档]
- 25个深度学习相关公开数据集
- TensorFlow Keras 预训练模型整理 pre-trained modules
- 【可以直接访问 TensorFlow 官网】让中国开发者更容易地使用TensorFlow打造人工智能应用
- TensorFlow 中文资源全集,官方网站,安装教程,入门教程,实战项目,学习路径。
- 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/