ImportError: cannot import name '_validate_lengths'

后端 未结 7 1939
自闭症患者
自闭症患者 2021-01-01 08:13

I have started learning Tensorflow. I am using Pycharm and my environment is Ubuntu 16.04. I am following the tutorial. I cross check the nump. It is up-to-date. I don\'t kn

7条回答
  •  时光取名叫无心
    2021-01-01 08:53

    For me the magic dependency was:

    pip install scikit-image==0.13.1
    pip install numpy==1.15
    

    For python 3.5 and python 3.6

提交回复
热议问题