Skip to content

kellman/compyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Complex number support for Pytorch

This python library implements differentiable complex operations for use in Pytorch (multiply, divide, exponentiate, power, etc). Complex tensors are structured as Pytorch tensors followed by an extra dimension of size two and store the real and imaginary components.

Install

python setup.py

Comment

Since the recent rollout of complex type support in Pytorch, support of this library has been retired.

About

A complex number module for Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published