Deep learning libraries for Pro 3.3

446
1
Jump to solution
2 weeks ago
Labels (2)
HollyTorpey_LSA
Occasional Contributor III

Hi all,

I know Pro 3.3 just came out, but does anyone know when the deep learning libraries for 3.3 will be available? Looks like they're not on GitHub yet. I'm wondering if they tend to lag by a few days or if it's more like months.

Thanks!

- Holly
1 Solution

Accepted Solutions
ShivaniPathak
Esri Contributor

Hi,

The deep learning installer for ArcGIS Pro 3.3 is expected in a couple of weeks but in the interim you can use these steps:

  • clone with conda create -n dlenv --clone arcgispro-py3 --pinned
  • activate with activate clone-name or proswap clone-name
  • install with conda install deep-learning-essentials

View solution in original post

1 Reply
ShivaniPathak
Esri Contributor

Hi,

The deep learning installer for ArcGIS Pro 3.3 is expected in a couple of weeks but in the interim you can use these steps:

  • clone with conda create -n dlenv --clone arcgispro-py3 --pinned
  • activate with activate clone-name or proswap clone-name
  • install with conda install deep-learning-essentials