Multi-level-DCNet
Multi-level-DCNet copied to clipboard
Tensorflow/Keras Version Compatibility
Trying to run 3leveldcnet.py on a fully configured Linux VM (all relevant drivers installed) and the dataset downloads properly, but I'm having issues due to lack of compatibility between Tensorflow and Keras installations. I get errors when I use the latest version of Tensorflow with the Keras version you recommended (2.0.7). Which specific version of Tensorflow do you recommend to use with Keras 2.0.7?
I was able to fix compatibility with Tensorflow 1.11 and Keras 2.1.2
Using conda in installed tensorflow-gpu=1.11 and keras=2.1.6