MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

legacy_upsampling2d_support #85

Open jovahe opened 2 years ago

jovahe commented 2 years ago

when I use tensorflow.keras to run the codes, the following error occured: ImportError: cannot import name 'interfaces' from 'tensorflow.python.keras' (C:\PROGRA~1\QGIS3~1.16\apps\Python37\lib\site-packages\tensorflow\python\keras__init__.py) How can I fix this problem? Thanks a lot.