Version of TensorFlow installed in my system?
Source From HereQuestion
As title.
How-To
Pip installation
Run:
Virtualenv installation
pip list | grep tensorflow will also show the version of Tensorflow installed.
I want to Update TensorFlow
Source From Here
Question
I had a TensorFlow V0.10 but I watne to update this version .
How-To
To upgrade any python package, use pip install <pkg_name> --upgrade. So in your case it would be:
Question
I had a TensorFlow V0.10 but I watne to update this version .
How-To
To upgrade any python package, use pip install <pkg_name> --upgrade. So in your case it would be:
沒有留言:
張貼留言