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;








0















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)










share|improve this question
























  • 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


















0















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)










share|improve this question
























  • 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














0












0








0








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)










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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













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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현