end2end-all-conv
end2end-all-conv copied to clipboard
tensorflow version?
which tensorflow version should I chose?version==1.4.0?
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
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.
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
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?
Thank you