Skip to main content

A lightweight complex-valued neural network package built on PyTorch

Project description

ComplexTorch

pytest coverage 100%

Homepage | Documentation | Changelog

Complex PyTorch

(Available on PyPI)

Author: Josiah W. Smith, Ph.D.

A lightweight complex-valued neural network package built on PyTorch.

This is a package built on PyTorch with the intention of implementing light-weight interfaces for common complex-valued neural network operations and architectures. Notably, we include efficient implementations for linear, convolution, and attention modules in addition to activation functions and normalization layers such as batchnorm and layernorm.

Although there is an emphasis on 1-D data tensors, due to a focus on signal processing, communications, and radar data, many of the routines are implemented for 2-D and 3-D data as well.

What's new

See CHANGELOG.md for the full release history. Version 2.0 brings major feature-parity expansion (RNN/LSTM, Transformer, ARD/Variational Dropout, masked layers, transforms, signal, datasets, models subpackages); see the changelog for the breaking changes around MultiheadAttention and default bias=True. Version 2.0.1 adds symmetry-aware modules (U(1)-equivariant / invariant building blocks from SurReal and CDS, with reference networks under complextorch.models) plus SpectralPool{1,2,3}d (Rippel 2015 / Trabelsi 2018) for frequency-domain downsampling.

Documentation

Live docs: https://josiahwsmith10.github.io/complextorch/latest/ — including an executable Getting Started notebook and a full API reference auto-generated from docstrings. The accompanying paper is at docs/complextorch_paper.pdf.

Dependencies

This library requires numpy and PyTorch.PyTorch should be installed to your environment using the compute platform (CPU/GPU) settings for your machine. PyTorch will not be automatically installed with the installation of complextorch and MUST be installed manually by the user.

Installation:

IMPORTANT: Prior to installation, install PyTorch to your environment using your preferred method using the compute platform (CPU/GPU) settings for your machine.

Using pip

pip install complextorch

From the source:

git clone https://github.com/josiahwsmith10/complextorch.git
cd complextorch
pip install -r requirements.txt
pip install . --use-pep517

Basic Usage

import torch
import complextorch as cT

x = torch.randn(64, 5, 7, dtype=torch.cfloat)
model = cT.nn.Conv1d(5, 16, kernel_size=3)
y = model(x)

Development

The test suite mirrors complextorch/ 1:1 under tests/ and covers every public class and helper. CI enforces 100% line coverage on Python 3.10 / 3.11 / 3.12 — any PR that drops coverage fails automatically.

pip install '.[test]'                                   # pytest, pytest-cov, pytest-xdist, hypothesis
pytest                                                  # auto-parallel (-n auto) from pyproject
pytest --cov=complextorch --cov-report=term-missing --cov-fail-under=100   # mirror CI exactly
pytest --cov=complextorch --cov-report=html && open htmlcov/index.html     # browse uncovered lines

When adding a new module, add a matching tests/.../test_<module>.py. Fast/Slow numerical equivalence checks share weights via load_state_dict; loss tests sweep the reduction matrix; round-trip invariants (Fast/Slow, polar, casting, FFT) live under tests/invariants/ and use Hypothesis. Prefer per-line # pragma: no cover over whole-function exclusions so dead code stays visible.

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

complextorch-2.1.0.tar.gz (111.9 kB view details)

Uploaded Source

Built Distribution

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

complextorch-2.1.0-py3-none-any.whl (136.0 kB view details)

Uploaded Python 3

File details

Details for the file complextorch-2.1.0.tar.gz.

File metadata

  • Download URL: complextorch-2.1.0.tar.gz
  • Upload date:
  • Size: 111.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for complextorch-2.1.0.tar.gz
Algorithm Hash digest
SHA256 fb85c398f5a3f08e34641888c8bc87dcb67abf11adce6213be58f4cd70b9ed7c
MD5 ca6357b8e4fd8ed5c6775d948982c7b4
BLAKE2b-256 ef8fa7ba473a0a199fc0b3b559e588a4e5d1328ccb2adeaa4d1e3300586b3729

See more details on using hashes here.

Provenance

The following attestation bundles were made for complextorch-2.1.0.tar.gz:

Publisher: pypi.yml on josiahwsmith10/complextorch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file complextorch-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: complextorch-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 136.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for complextorch-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 99098cf1cfca7d0bb3bf71ed2aac960c6d43c67a967875a737f5eb1a23664748
MD5 a599bffe0c0a7258f0e96c0134416e44
BLAKE2b-256 acde12cf538de108de65871dc761de96678ecccf726196c843a00ce37c127fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for complextorch-2.1.0-py3-none-any.whl:

Publisher: pypi.yml on josiahwsmith10/complextorch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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