Ioku的博客
动态日历
Loading...
分类雷达图
Loading...
发布统计图
Loading...
分类统计图
Loading...
标签统计图
Loading...
闲言碎语
闲言碎语
用户名
密码
登录
登录中...
标签 Python Tensorflow pip 下的文章
首页
Python Tensorflow pip
Tensorflow 2.1 踩坑:tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed : a.shape=(3, 2), b.shape=(2, 3), m=3, n=3, k=2 [Op:M
代码为:a = tf.ones([3, 2]) b = tf.fill([2, 3], 3.) print(tf.matmul(a, b))在网上搜下了,...
literature
2023 年 08 月 26 日
关闭评论
文章目录