end2end-all-conv icon indicating copy to clipboard operation
end2end-all-conv copied to clipboard

tensorflow version?

Open picEmily opened this issue 4 years ago • 4 comments

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

picEmily avatar Mar 27 '20 06:03 picEmily

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

Aonnghus avatar Mar 27 '20 10:03 Aonnghus

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.

Ahzam-Lathiya avatar Apr 02 '20 13:04 Ahzam-Lathiya

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

picEmily avatar Apr 09 '20 08:04 picEmily

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

yagnikposhiya avatar Feb 04 '22 05:02 yagnikposhiya