Operating system: windows10
problem discovery: switch to the tensorflow 2.0.0 installation environment in CMD and enter PIP list. It is found that the corresponding version of tensorflow estimator is 2.5.0, which is inconsistent with the tensorflow version
solution: upgrade or lower the tensorflow estimator to a version consistent with tensorflow
if my version is tensorflow 2.0.0, type CONDA install tensorflow estimator = = 2.0.0 in CMD, and different versions will be seated according to their numbers
as shown in the following figure:
restart the Spyder console and it should be all right
Read More:
- TensorFlow error: AttributeError: module ‘tensorflow_core._api.v2.train’ has no attribute ‘Optimizer‘
- Tensorflow error: attributeerror: module ‘tensorflow_ API. V1. Train ‘has no attribute’ summarywriter ‘
- [Solved] No module named ‘pywt‘ or ModuleNotFoundError: No module named ‘skimage.metrics‘
- [Solved] Win10 Warning: ModuleNotFoundError: No module named ‘win32con‘ and No module named ‘antlr4‘
- [Solved] Tensorflow Error: Failed to load the native TensorFlow runtime.
- How to Solve ModuleNotFoundError: No module named ‘_bz2‘
- [Solved] Docker+uWSGI+Flask Error: ModuleNotFoundError: No module named ‘flask‘
- SLAMBook2 in ch3 code run fatal error: Eigen/Core: No such file or directory
- [How to Solve] Tesorflow: module ‘pandas.core.computation’ has no attribute ‘expressions’
- TensorFlow-gpu Error: failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
- TensorFlow issue: Expected int32, got list containing Tensors of type ‘_Message’ instead.
- Installation and error report of tensorflow
- [Solved] Tensorflow Win10: ImportError: DLL load failed
- The solution of no module named ‘jinja2. Asyncsupport’
- Tensorflow Run Error or the interface is stuck or report error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
- ImportError: No module named google.protobuf.internal
- [ubuntu14.04]Tensorflow: Could not find any downloads that satisfy the requirement
- Error in Tensorflow using variables: List of Tensors when single Tensor expected
- [Solved] TensorFlow severing Container Creat Error: failed: Out of range: Read less bytes than requested
- [Solved] Python2 Install tensorflow Error: class DescriptorBase(metaclass=DescriptorMetaclass), SyntaxError: invalid syntax