An open API service indexing awesome lists of open source software.

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

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.