[Tutor] tflearn

jet pistol jet_pistol at outlook.fr
Thu May 21 20:25:11 EDT 2020


Traceback (most recent call last):
  File "c:/Users/Arno/Desktop/Deeplearning/ia.py", line 50, in <module>
    import tflearn
  File "C:\Python38\lib\site-packages\tflearn\__init__.py", line 4, in <module>
    from . import config
  File "C:\Python38\lib\site-packages\tflearn\config.py", line 5, in <module>
    from .variables import variable
  File "C:\Python38\lib\site-packages\tflearn\variables.py", line 7, in <module>
    from tensorflow.contrib.framework.python.ops import add_arg_scope as contrib_add_arg_scope
ModuleNotFoundError: No module named 'tensorflow.contrib'


I’ve got this error when using Tflrarn module

http://tflearn.org/


More information about the Tutor mailing list