lishen / end2end-all-conv

Deep Learning to Improve Breast Cancer Detection on Screening Mammography
Other
367 stars 126 forks source link

tensorflow version? #19

Open picEmily opened 4 years ago

picEmily commented 4 years ago

which tensorflow version should I chose?version==1.4.0?

Aonnghus commented 4 years ago

Hi, I'm currently using TF 1.8.0 and Keras 2.0.8 and everything's working well. Those versions are a bit old, but due to API changes, the code won't work with newer ones

Ahzam-Lathiya commented 4 years ago

Hello, First of all I didn't know in which link can I ask questions about specific problem. So here it goes, I have an intel 1st gen machine. The processor doesn't support AVX instructions I need to know if it is possible that I can load a pre-trained model and run it (predictions, inference) locally on my machine. No training on my local machine.

picEmily commented 4 years ago

there is my install list: cuda 9.0 cudnn 7.1.3 tf 1.8.0 keras 2.0.8 python 2.7

everything is working well

yagnikposhiya commented 2 years ago

there is my install list: cuda 9.0 cudnn 7.1.3 tf 1.8.0 keras 2.0.8 python 2.7

everything is working well

First Thanks a lot for this information. I am using google colab with the 2.7.0 TensorFlow version. so whenever I try to downgrade the TensorFlow version in collab it gives an error that "No matching distribution found for tensorflow==1.8.0" so what should I do? TensorflowVersionProblem

Thank you