how to upgrade tensorflow after installing it using conda?What is the difference between pip and conda?Whl file for tensorflow installation on windowsIs it safe to install Tensorflow in an existing Conda environment?TensorFlow fails to use gpuTensorflow instalation with anaconda3 python 3.5 got 'Read timed out error"Updated version of tensorflow is not listed in “conda search”conda bug with keras package installs tensorflow even if tensorflow-gpu is already installedTensorflow v1.4 eager executionTensorflow extreme slow down after updateImportError :Failed to load the native Tensorflow
How do I write "Show, Don't Tell" as an Asperger?
How to supress loops in a digraph?
How can I instantiate a lambda closure type in C++11/14?
Finding x,y coordinates where y is largest
How could a government be implemented in a virtual reality?
How bad would a partial hash leak be, realistically?
Smooth switching between 12v batteries, with toggle switch
C SIGINT signal in Linux
Payment instructions from HomeAway look fishy to me
Company did not petition for visa in a timely manner. Is asking me to work from overseas, but wants me to take a paycut
What risks are there when you clear your cookies instead of logging off?
Does the "6 seconds per round" rule apply to speaking/roleplaying during combat situations?
My coworkers think I had a long honeymoon. Actually I was diagnosed with cancer. How do I talk about it?
Building a road to escape Earth's gravity by making a pyramid on Antartica
Can a magnetic field of an object be stronger than its gravity?
What are the words for people who cause trouble believing they know better?
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Will TSA allow me to carry a Continuous Positive Airway Pressure (CPAP)/sleep apnea device?
Is it a problem that pull requests are approved without any comments
Why did a party with more votes get fewer seats in the 2019 European Parliament election in Denmark?
On the Twin Paradox Again
Secure offsite backup, even in the case of hacker root access
What is in `tex.print` or `tex.sprint`?
How is it possible that Gollum speaks Westron?
how to upgrade tensorflow after installing it using conda?
What is the difference between pip and conda?Whl file for tensorflow installation on windowsIs it safe to install Tensorflow in an existing Conda environment?TensorFlow fails to use gpuTensorflow instalation with anaconda3 python 3.5 got 'Read timed out error"Updated version of tensorflow is not listed in “conda search”conda bug with keras package installs tensorflow even if tensorflow-gpu is already installedTensorflow v1.4 eager executionTensorflow extreme slow down after updateImportError :Failed to load the native Tensorflow
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have installed tensorflow-gpu by
conda install tensorflow-gpu
and its version is 1.12.0
tensorboard 1.12.2 py36he6710b0_0
tensorflow 1.12.0 gpu_py36he74679b_0
tensorflow-base 1.12.0 gpu_py36had579c0_0
tensorflow-gpu 1.12.0 h0d30ee6_0
I need to upgrade them to at least 1.13 to use tensorflow/models .
I've looked at conda search tensorflow
and conda search -c conda-forge tensorflow
, the highest version is 1.12.0 , how do I upgrade the version?
I installed via conda, because blogs suggest it's easier that way to use gpu.
(https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c)
tensorflow conda
add a comment |
I have installed tensorflow-gpu by
conda install tensorflow-gpu
and its version is 1.12.0
tensorboard 1.12.2 py36he6710b0_0
tensorflow 1.12.0 gpu_py36he74679b_0
tensorflow-base 1.12.0 gpu_py36had579c0_0
tensorflow-gpu 1.12.0 h0d30ee6_0
I need to upgrade them to at least 1.13 to use tensorflow/models .
I've looked at conda search tensorflow
and conda search -c conda-forge tensorflow
, the highest version is 1.12.0 , how do I upgrade the version?
I installed via conda, because blogs suggest it's easier that way to use gpu.
(https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c)
tensorflow conda
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17
add a comment |
I have installed tensorflow-gpu by
conda install tensorflow-gpu
and its version is 1.12.0
tensorboard 1.12.2 py36he6710b0_0
tensorflow 1.12.0 gpu_py36he74679b_0
tensorflow-base 1.12.0 gpu_py36had579c0_0
tensorflow-gpu 1.12.0 h0d30ee6_0
I need to upgrade them to at least 1.13 to use tensorflow/models .
I've looked at conda search tensorflow
and conda search -c conda-forge tensorflow
, the highest version is 1.12.0 , how do I upgrade the version?
I installed via conda, because blogs suggest it's easier that way to use gpu.
(https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c)
tensorflow conda
I have installed tensorflow-gpu by
conda install tensorflow-gpu
and its version is 1.12.0
tensorboard 1.12.2 py36he6710b0_0
tensorflow 1.12.0 gpu_py36he74679b_0
tensorflow-base 1.12.0 gpu_py36had579c0_0
tensorflow-gpu 1.12.0 h0d30ee6_0
I need to upgrade them to at least 1.13 to use tensorflow/models .
I've looked at conda search tensorflow
and conda search -c conda-forge tensorflow
, the highest version is 1.12.0 , how do I upgrade the version?
I installed via conda, because blogs suggest it's easier that way to use gpu.
(https://towardsdatascience.com/stop-installing-tensorflow-using-pip-for-performance-sake-5854f9d9eb0c)
tensorflow conda
tensorflow conda
edited Mar 25 at 3:16
eugene
asked Mar 24 at 14:08
eugeneeugene
13.4k40140300
13.4k40140300
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17
add a comment |
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324643%2fhow-to-upgrade-tensorflow-after-installing-it-using-conda%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324643%2fhow-to-upgrade-tensorflow-after-installing-it-using-conda%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm confused. I don't see any Tensorflow 1.14. And TensorFlow/models hasn't had an official release since v1.11. I assume you're looking for a linux-64 build, since the win-64 platform does have the latest version (v1.13.1) on Anaconda channels.
– merv
Mar 24 at 18:27
sorry it's 1.13 not 1.14, I found github.com/tensorflow/models/issues/5709 doesn't work with 1.12 (recommendation model doesn't work with 1.12) ... I upgraded using the official pip instruction .. and it now works.. hope it was easier with conda, but there seems to be no 1.13 for conda ubuntu as of now.
– eugene
Mar 25 at 3:17