Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cybersecurity-dev/awesome-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Awesome PyTorch Awesome

YouTube Reddit

GitHub   YouTube   My Awesome Lists

📖 Contents



Installation Steps

  • Linux
    • CPU
      pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
    • GPU
      pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
  • Windows
    • CPU
      pip3 install torch torchvision
    • GPU
      pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130

Test

python -c "import torch; print(torch.__version__)"

My Awesome Lists

You can access the my awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top