User Tools

Site Tools


tutoriais:conda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutoriais:conda [2024-04-16 19:13] – [Tensorflow] gnanntutoriais:conda [2024-04-16 19:33] (current) – [Torch] gnann
Line 25: Line 25:
 ===== Tensorflow ===== ===== Tensorflow =====
 <code bash> <code bash>
 +# DISCLAIMER: versão 2.4 !
 conda install tensorflow-gpu numpy=1.23 conda install tensorflow-gpu numpy=1.23
 </code> </code>
Line 40: Line 41:
 <code bash> <code bash>
 # python do sistema # python do sistema
-conda install pytorch-gpu+conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
 </code> </code>
  
Line 49: Line 50:
 print("cuda: "+torch.version.cuda) print("cuda: "+torch.version.cuda)
 </code> </code>
 +
 +https://pytorch.org/get-started/locally/
tutoriais/conda.txt · Last modified: 2024-04-16 19:33 by gnann

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki