上一页 1 ··· 222 223 224 225 226 227 228 229 230 ··· 345 下一页
摘要: tensorflow 的字面翻译是----张量(tensor)—流(flow) 为什么要引入张量的广播机制,原因是有利可图,这个... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(39) 评论(0) 推荐(0)
摘要: tensorflow 的字面翻译是----张量(tensor)—流(flow) 为什么要引入张量的广播机制,原因是有利可图,这个... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(48) 评论(0) 推荐(0)
摘要: rdesktop 登录腾讯云 rdesktop -u Administrator -p 密码 ip Lg0830073431... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: 计算给定符号形状的广播的形状, 1.广播的原则如果两个数组的后缘维度(trailing dimension,即从末尾开始算起的维... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(21) 评论(0) 推荐(0)
摘要: 计算给定符号形状的广播的形状, 1.广播的原则如果两个数组的后缘维度(trailing dimension,即从末尾开始算起的维... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: import tensorflow as tftensor = [0, 1, 2, 3] # 1-D examplemask = ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: import tensorflow as tftensor = [0, 1, 2, 3] # 1-D examplemask = ... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: tf.where 应用到了张量的广播机制 张量的广播机制 tf.where( condition, x=None, y=Non... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(106) 评论(0) 推荐(0)
摘要: tf.where 应用到了张量的广播机制 张量的广播机制 tf.where( condition, x=None, y=Non... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(62) 评论(0) 推荐(0)
摘要: 最近在看yolov3 的源码,在看yolo_loss的时候遇到了一个卡点,就是将真是标注的box终点坐标转换 到anchor点的坐标... 阅读全文
posted @ 2022-08-19 22:49 luoganttcc 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 222 223 224 225 226 227 228 229 230 ··· 345 下一页