Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Install tensorflow addons via conda

I cannot find it out. Does Conda support it?

conda install tensorflow-addons

cannot find out the package

like image 706
Theron Avatar asked Jan 10 '20 02:01

Theron


1 Answers

conda install -c esri tensorflow-addons

or

conda install -c esri/label/prerelease tensorflow-addons

https://anaconda.org/esri/tensorflow-addons

like image 151
kenji Avatar answered Sep 22 '22 13:09

kenji