jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Not able to install tensorflow 2.2.0 #76

Closed Atharv17 closed 4 years ago

Atharv17 commented 4 years ago

I changed the version of tensorflow in yml file , and tried to install , But its not working , issue

jeffheaton commented 4 years ago

Not sure CONDA has released 2.2 yet for Windows; they had not at the time that I wrote these instructions.

Atharv17 commented 4 years ago

okay , actually i am trying to do transfer learning of Unets using segmentation models so for that it required tensorflow 2.2.0 or higher version

jeffheaton commented 4 years ago

Yes I just checked, Anaconda forge is at 2.1 for Windows. I do wish they would not get so far behind, CoLab is at 2.3 already. You would need to install the drivers system level and install right from PIP, would be the best option to get 2.2 or 2.3. But the templates I have here for the class won't work for that until 2.2 is released in anaconda forge.