摘要: https://blog.csdn.net/qq_36229876/article/details/106451399 在tensorflow的开发中,常常需要将tensor与numpy互相配合,而是实现特定的功能。而tensor与numpy的互相转换,必不可少。 请注意,tf2因为使用eager机 阅读全文
posted @ 2020-10-20 10:34 究极电饭煲 阅读(2041) 评论(0) 推荐(0)
摘要: https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda_10.0.130_411.31_win10 昨天把GPU版本的tf2.0 安装成功之后,现在所有的代码运行居然都在gpu上跑了,并且在对gpu使用情况没 阅读全文
posted @ 2020-10-19 20:54 究极电饭煲 阅读(1894) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_36407399/article/details/87890230 阅读全文
posted @ 2020-10-19 19:32 究极电饭煲 阅读(153) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jiaxin359/p/9021726.html 阅读全文
posted @ 2020-10-15 21:39 究极电饭煲 阅读(59) 评论(0) 推荐(0)
摘要: tf.multiply()两个矩阵中对应元素各自相乘 tf.matmul()将矩阵a乘以矩阵b,生成a * b。 https://www.cnblogs.com/AlvinSui/p/8987707.html 阅读全文
posted @ 2020-10-15 20:56 究极电饭煲 阅读(382) 评论(0) 推荐(0)