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.1.tar.gz (21.0 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.1-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyvtorch-1.3.1.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.7

File hashes

Hashes for pyvtorch-1.3.1.tar.gz
Algorithm Hash digest
SHA256 758776fe37cd28e04afc00785eeea3110f9a67bbb55704a2db3a42266c4b1fbc
MD5 bbf2843dd3479bbcb01e20360a85d738
BLAKE2b-256 23fb3ca49b856523a127651718a64ece4dfa93234d5e8fb47b48ea8c98042612

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyvtorch-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.7

File hashes

Hashes for pyvtorch-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0990ea74c9c42ef316ffe33589add63475b130e67864e365abf1a16e92c86d03
MD5 f05d65d33cb39e8ba8d5d16e2c10058b
BLAKE2b-256 f804d8e9daa52389afab932565ce3bfcc4255c70d1252b81799eb87d710b40d2

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