Metadata-Version: 2.1
Name: pytorch-complex
Version: 0.0.5
Summary: Complex Modules for PyTorch
Home-page: https://github.com/soumickmj/pytorch-complex
Author: Soumick Chatterjee
Author-email: soumick.chatterjee@ovgu.de
License: MIT license
Description: # pytorch-complex
        
        Install it using pip: 
        
        pip install pytorch-complex
        
        Usage:
        Similar to PyTorch.
        For using the Complex features of this library, just change the regular torch imports with torchcomplex imports.
        For example:
        import torchcomplex.nn as nn  instead of import torch.nn as nn
        Then, simply nn.Conv2d for both torch and torchcomplex, for 2D Convolution
        
        History
        =======
        
        0.0.1 (2020-11-06)
        ------------------
        
        * First release (of the package) on PyPI. 
        * torchcomplex.nn -> Convolutions, Linears, Dropout, Pooling, BatchNorm, Few Actications
        * Untested first version, could be buggy
        
        0.0.0 (2020-11-06)
        ------------------
        
        * First release (basic structure, not the actual package code) on PyPI.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
