Skip to main content

An Extensible Spiking Neural Network Library

Project description

Inferno Header

About

Inferno is an extensible library for simulating spiking neural networks. It is built on top of PyTorch and is designed with machine learning practitioners in mind. This project is still an early release and features may be subject to change.

Installation

With PyTorch 2.2.2 (CPU Only)

Pip

pip install inferno[torch]

Without PyTorch

Pip

pip install inferno

Note: Inferno is still dependent upon PyTorch and a version of PyTorch must be installed.

With PyTorch 2.2.2 and CUDA 12 (Linux and Windows Only)

Pip

pip install inferno
pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu121

With PyTorch 2.2.2 and CUDA 11 (Linux and Windows Only)

Pip

pip install inferno
pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu118

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

inferno_ai-0.0.1.tar.gz (109.4 kB view hashes)

Uploaded Source

Built Distribution

inferno_ai-0.0.1-py3-none-any.whl (144.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page