儿童网站开发 论文,品牌策划与推广实训报告,网页设计与网站开发试题,wordpress会员 主题官方资源
官方网站 https://tensorflow.org 非翻墙神器不能访问也#xff08;关键是我用了翻墙神器也没能访问#xff09;伪官方网站 https://tensorflow.google.cn/ 墙内的人可以查阅的资料github https://github.com/tensorflow/tensorflow官方提供的models以及tutorial h…官方资源
官方网站 https://tensorflow.org 非翻墙神器不能访问也关键是我用了翻墙神器也没能访问伪官方网站 https://tensorflow.google.cn/ 墙内的人可以查阅的资料github https://github.com/tensorflow/tensorflow官方提供的models以及tutorial https://github.com/tensorflow/models
学习资源汇总
TensorFlow-Slim API 官方教程李宏毅视频教程 http://speech.ee.ntu.edu.tw/~tlkagk/courses.html
经典模型TensorFlow实现汇总
Single Shot MultiBox Detector in TensorFlow SSD目标检测TensorFlow版 SSD-tensorflow源码详解
个人知识点总结
关于TensorFlow的contrib里面的模块在IDEIDEA、pycharm中不能自动补全的问题
slim tf.contrib.slim # 好多开源的模型中都这么写
# 改成如下的方式那么自动补全参数提示不是问题
import tf.contrib.slim as slim