kiharalab / DOVE

A Deep-learning based dOcking decoy eValuation mEthod
GNU General Public License v3.0
54 stars 11 forks source link

Tensorflow/Keras compatibility problem #5

Closed georgkempf closed 3 years ago

georgkempf commented 3 years ago

Hello,

I installed tensorflow==0.12 and keras==2.2.4 (keras-2.2.4 keras-applications-1.0.8 keras-preprocessing-1.1.2) as suggested in the Readme but get the following error: AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'leaky_relu'

Python version is 3.5.6.

I tried a few other tensorflow and keras versions but then other compatibility errors occur.

Best regards.

wang3702 commented 3 years ago

Thanks a lot for your question! Sorry for the late response! On our cluster, we used tensorflow 1.10.0 and keras 2.1.5. I think that should work for you.

georgkempf commented 3 years ago

Many thanks, with this version combination it worked!

wang3702 commented 3 years ago

My pleasure.