https://github.com/wearepal/conduit
Lightweight framework for data-loading with PyTorch and harvesting the power of (PyTorch) lightning
https://github.com/wearepal/conduit
framework python pytorch pytorch-lightning
Last synced: 7 months ago
JSON representation
Lightweight framework for data-loading with PyTorch and harvesting the power of (PyTorch) lightning
- Host: GitHub
- URL: https://github.com/wearepal/conduit
- Owner: wearepal
- License: mit
- Created: 2021-03-11T10:42:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:50:08.000Z (over 1 year ago)
- Last Synced: 2025-04-10T18:10:45.628Z (12 months ago)
- Topics: framework, python, pytorch, pytorch-lightning
- Language: Python
- Homepage:
- Size: 3.59 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# conduit :electron:
Al lightweight framework for channeling the power of PyTorch Lightning.
## Installation
Conduit requires Python 3.10 or higher. To install the latest version from PyPI:
```
pip install -U 'torch-conduit[all]'
```
Unfortunately, you have to install the dependency `pytorch-lightning` manually:
```
pip install pytorch-lightning
```
This is because of dependency problems with pytorch.