
TensorFlow
张冰洋的天空
人工智能,计算机视觉,人脸识别
展开
-
TensorFlow笔记(一)--ubuntu系统安装TensorFlow
深度学习 TensorFlow原创 2016-11-21 15:42:03 · 4249 阅读 · 0 评论 -
TensorFlow笔记(二)--Tensor的基本使用
TensorFlow 深度学习原创 2016-11-21 16:08:52 · 2324 阅读 · 0 评论 -
tf.gather tf.gather_nd 和 tf.batch_gather 使用方法
在计算机视觉的项目中,会遇到根据索引获取数组特定下标元素的任务。常用的函数有tf.gather , tf.gather_nd 和 tf.batch_gather。1.tf.gather(params,indices,validate_indices=None,name=None,axis=0)主要参数:params:被索引的张量 indic...原创 2019-01-19 15:09:33 · 13392 阅读 · 5 评论