
Tensfolw
文章平均质量分 58
haijunz
这个作者很懒,什么都没留下…
展开
-
Tensorflow共享变量
tf.name_scope() vs tf.variable_scope()tf.name_scope creates namespace for operators in the default graphtf.variable_scope creates namespace for both variables and operators in defaul graph 3 tf.get_原创 2017-03-08 17:57:12 · 541 阅读 · 0 评论 -
深度学习例子(转)
https://github.com/zhourunlai/deep-learning-demoeeplearningDemo Wunderlist1. Machine Learning Yearning2. Deep Learning Book(感谢北京大学张志华团队的翻译工作,中文版点击这里)一、记录深度学习例子: 名称 目录 Caffe [dir] TensorFlow [d转载 2017-03-13 16:28:56 · 3797 阅读 · 0 评论 -
Tensorflow transfer learning fine tunning 改进图像训练结果实践
改进图像训练结果的常用方法是通过随机方式变形,裁剪或增亮训练输入–random_crop –random_scale –random_brightness传递给脚本来启用这些失真。这些都是控制每个图像应用多少失真的百分比值。对于每个值开始使用5或10的值是合理的,然后通过实验看看哪些值有助于的应用程序。 –flip_left_right将水平随机地镜像一半的图像,只要那些颠倒可能发生在你的应用原创 2017-03-14 15:09:40 · 2153 阅读 · 0 评论