Skip to main content

Python tools to work in deep learning with PyTorch

Project description

PyVTorch

General custom tools to work in deep learning research using Python and PyTorch

Getting Started

Installation

This package can easily be installed using pip:

pip install pyvtorch

An alternative installation that partially uses Anaconda would involve...

  1. First, install some Anaconda distribution, in case you do not have any: https://docs.anaconda.com/anaconda/install/
  2. Then, create an Anaconda environment with Python
    conda create -n dev python
    
  3. Activate the environment
    conda activate dev
    
  4. Then, install all required packages by running the install.sh script:
    yes | . install.sh
    
  5. You can make sure that your PyTorch installation has CUDA GPU support by running...
    python -c "import torch; print(torch.cuda.is_available()) \
               print([torch.cuda.get_device_name(i) for i in range(torch.cuda.device_count())])"  
    
    The first line should print True if CUDA is supported. And the second line should show you the name/s of your available GPU/s.
  6. That's it! You're good to go :)

That second installation procedure is designed to be overly redundant, so please feel free to follow your own installation procedure.

Requirements

Provided installation steps are only guaranteed to work in Ubuntu 24.04 with NVidia drivers 535.

Additional information

Main Author Contact

Valeria Pais - @vrpais - valeriarpais@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvtorch-1.3.0.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyvtorch-1.3.0-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file pyvtorch-1.3.0.tar.gz.

File metadata

  • Download URL: pyvtorch-1.3.0.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyvtorch-1.3.0.tar.gz
Algorithm Hash digest
SHA256 e61c88d2c80c2fef27c905ffdeae34db92330f66b8a946c96df494b184927031
MD5 a4e614dab3aed2507e2df44a0473a1d3
BLAKE2b-256 4740d9ceaf704e5a733290ae10e44c40d21870f2a58c4149eaa5dffc0444e435

See more details on using hashes here.

File details

Details for the file pyvtorch-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: pyvtorch-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyvtorch-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d2f09d15f41c85d6daf2494b66d54a965a189cadf7a57bf38da619a0920f54aa
MD5 6bbc94d82ef658845b3cb03a6accb678
BLAKE2b-256 6b1cc1214432d1fe9d1528b4b2e3338d1102efa9cc23bea374f3e7de7fc7527d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page