Skip to main content

Wrappers for pytorch stuff I use on the daily

Project description

TorchEnhanced

Wrappers for pytorch stuff I use on the daily. Basically a minimal 'pytorch lightning', I was just not aware it existed at the time of creation.

Basic Usage

Install with pip install torchenhanced.

Here we describe how to use at a basic level the different components included in torchenhanced. There are many unrelated things it helps to do, so we dedicate a section to each.

Improved nn.Module

torchenhanced defines two new classes which are meant as stand-in for nn.Module.

DevModule Import with from torchenhanced import DevModule. DevModule is short for 'DeviceModule'. It is a nn.Module, but has an additional attribute device, which helps keeps track of the current device it is on.

Use it just like nn.Module, except it needs to be initialized with a device :

    class MyModule(DevModule):
        def __init__(hidden, device='cpu'):
            super().__init__(device)
            layer = nn.Linear(hidden,hidden,device=self.device)

Works just [STILL WIP]

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

torchenhanced-0.3.5.1.tar.gz (24.3 kB view details)

Uploaded Source

Built Distribution

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

torchenhanced-0.3.5.1-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file torchenhanced-0.3.5.1.tar.gz.

File metadata

  • Download URL: torchenhanced-0.3.5.1.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for torchenhanced-0.3.5.1.tar.gz
Algorithm Hash digest
SHA256 6be89afacbead08704663ad8e4277237ab53c38c6634159267bb381b45bbedc8
MD5 8c184a5e1538dc9e81cfedaaec36f824
BLAKE2b-256 2132b43d45932a348cf41f62c6d05c58cb5aa6f30cb4f61bd893e8f3c2268712

See more details on using hashes here.

File details

Details for the file torchenhanced-0.3.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for torchenhanced-0.3.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d1c65ef495b7a8660e49a7d641cde632019a845d18b602b217aaa893a0e63e75
MD5 59967d526d754b6bef549ae2bf9213b7
BLAKE2b-256 efc39f26b8ab4bc9a517c7c09b6a777b55b857fe8b83607aa4c5a63841e2fad3

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