Skip to content

Lightweight framework for data-loading with PyTorch and harvesting the power of (PyTorch) lightning

License

Notifications You must be signed in to change notification settings

wearepal/conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 12, 2023
81c451c · May 12, 2023
Feb 2, 2023
May 12, 2023
May 10, 2023
Mar 11, 2021
Mar 11, 2021
Jun 21, 2022
Oct 21, 2021
Jan 3, 2023
Jun 6, 2022
Mar 11, 2021
Jan 18, 2023
Sep 16, 2021
Dec 16, 2022
May 8, 2023
May 12, 2023

Repository files navigation

conduit :electron:

Al lightweight framework for channeling the power of PyTorch Lightning.

Installation

Conduit requires Python 3.8 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.