CODAIT/deep-histopath

Unable to import from from tensorflow.python.keras.engine

bdwyer2 opened this issue · 1 comments

resnet50.py#L30 errors out with ModuleNotFoundError: No module named 'tensorflow.python.keras.engine'

  • Linux Mint 18
  • Python 3.6.2
  • Tensorflow 1.8.0 (CPU version)

Caused by 2bd7c97

@bdwyer2 Yeah I think the tensorflow.python.keras._impl package was removed in master recently, so I made a change. Would be good to have a fix that works on both versions.