Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 344 Bytes

File metadata and controls

7 lines (6 loc) · 344 Bytes

PytorchComplexOps

This Python module provides operators, e.g. multiplication and division, for complex tensors using Pytorch and implements Autograd with Wirtinger derivative (CR Calculus).

Installation

Run the following commands in command-line:

  1. git clone https://github.com/Waller-Lab/PytorchComplexOps.git
  2. python setup.py install