Operating Environment
Windows 10
Python3.6
Tensorflow 1.9.0
Error Codes:
tf.add_to_collection('losses', tf.contrib.layers.l2_regularizer(regularizer)(w))
Error
tensorflow.python.framework.errors_impl.NotFoundError: D:\Users\Administrator\Anaconda3\lib\site-packages\tensorflow\contrib\data\python\ops…._dataset_ops.so not found
Solution
Go to the tensorflow/contrib/data directory and delete **_dataset_ops.so**
Similar Posts:
- Tensorflow error due to uninitialized variable [How to Fix]
- [Solved] Tensorflow:ImportError: DLL load failed: The specified module cannot be found Failed to load the native TensorFlow runtime
- [Solved] Error caused by correspondence between tensorflow GPU version number and CUDA
- Error reporting of importing tensorflow package from pycharm
- pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it’s not in you…
- [Solved] Exception: Jupyter command `jupyter-notbook` not found.
- [Solved] ImportError: cannot import name pywrap_tensorflow
- [Solved] Importerror: DLL load failed while importing mtrand: the specified program could not be found.
- [Solved] Unicode decode error in the background when the robot framework is running
- jupyter notebook error: No module named ‘tensorflow’