编译时出现奇怪的tensorflow错误
来源:6-9 图像风格转换训练流程代码实现
遇到算法就懵逼
2019-04-12
老师,我在编译你的代码时无法编译成功,每次都弹出同样的以下error:
2019-04-12 16:20:39.392734: W tensorflow/core/framework/op_kernel.cc:1401] OP_REQUIRES failed at mkl_slice_op.cc:438 : Aborted: Operation received an exception:Status: 5, message: could not create a view primitive descriptor, in file tensorflow/core/kernels/mkl_slice_op.cc:435
我是用anaconda搭建的环境,tensorflow版本是1.13.1,python版本是3.7.1
麻烦老师解答,谢谢老师!
写回答
2回答
-
慕圣5474743
2019-06-05
AbortedError: Operation received an exception:Status: 5, message: could not create a view primitive descriptor, in file tensorflow/core/kernels/mkl_slice_op.cc:435
遇到同样的问题
012019-06-05 -
正十七
2019-04-21
没有具体环境的话我很难断定原因,要不你试试用pip和virtualenv搭建环境试一下?
https://www.tensorflow.org/install/pip
00
相似问题