Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tensorflow 属性错误:';fast_tensor_util';没有属性';附录32阵列张力表';_Tensorflow_Attributeerror - Fatal编程技术网

Tensorflow 属性错误:';fast_tensor_util';没有属性';附录32阵列张力表';

Tensorflow 属性错误:';fast_tensor_util';没有属性';附录32阵列张力表';,tensorflow,attributeerror,Tensorflow,Attributeerror,Python 3.7上的TensorFlow 2.2.0+Keras 2.3.1 如何修复此AttributeError?我重新安装了TensorFlow,但它不工作 我对Python 3.5.6::Anaconda,Inc.有一个完全相同的问题,但我不认为这是Python或TF版本的错误 坦率地说,决定像这样创建一个新的py env(考虑到我使用的是conda发行版): 创建此env.yml文件: name: tf2 channels: - defaults - anaconda d

Python 3.7上的TensorFlow 2.2.0+Keras 2.3.1

如何修复此AttributeError?我重新安装了TensorFlow,但它不工作


我对Python 3.5.6::Anaconda,Inc.有一个完全相同的问题,但我不认为这是Python或TF版本的错误

坦率地说,决定像这样创建一个新的py env(考虑到我使用的是conda发行版):

创建此
env.yml
文件:

name: tf2
channels:
  - defaults
  - anaconda
dependencies:
  - jupyter
  - matplotlib
  - numpy
  - python=3.7
  - scikit-learn
  - tensorflow
然后跑

conda env create -f env.yml 
conda activate tf2
python -m ipykernel install --user --name=tf2
jupyter notebook
这一切都是有效的: