TensorFlow学习之路
UvFanFan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TensorFlow学习之路(0):tf.placeholder() & feed_dict={}
开始学习TensorFlow,记录学习过程中的个人理解原创 2017-05-26 13:50:38 · 1269 阅读 · 0 评论 -
TensorFlow学习之路(1): correct = tf.nn.in_top_k(logits, labels, k)
TensorFlowin_top_k()top_k()原创 2017-05-27 16:28:43 · 2823 阅读 · 0 评论 -
tensorflow学习之路(2-1):tf.variable_scope(), tf.name_scope(), tf.get_variable()的认识
tensorflowtf.variable_scope()tf.name_scope()tf.get_variable()原创 2017-06-02 21:40:58 · 1273 阅读 · 0 评论 -
tensorflow学习之路(5):利用tensorflow输出devices信息
tensorflowtf.device()原创 2017-06-20 11:37:43 · 4259 阅读 · 0 评论 -
tensorflow学习之路(3):tensor的相关认识
tensorflowtensorrankshape原创 2017-06-08 21:24:56 · 493 阅读 · 0 评论 -
tensorflow学习之路(2-2):tf.variable_scope(),tf.name_scope(),tf.get_variable()的认识(补充)
tensorflowtf.get_variable()tf.variable_scope()tf.name_scope()原创 2017-06-08 22:15:27 · 3624 阅读 · 3 评论 -
tensorflow学习之路(6):tf.strided_slice()和tf.cast()的认识
tensorflowcifar10tf.cast()tf.strided_slice()原创 2017-06-23 16:03:55 · 1108 阅读 · 0 评论 -
tensorflow学习之路(4):tf.shape(xxx) vs. xxx.get_shape()
tf.shape()get_shape()原创 2017-06-15 11:15:02 · 3899 阅读 · 0 评论
分享