Metadata-Version: 2.1
Name: alignreg
Version: 1.0
Summary: An implementation of the algorithm presented in arXiv:2011.13052
Home-page: https://github.com/jyanln/AlignReg
Author: Hanru Yan
Author-email: hanru.yan99@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# AlignReg

This package implements the algorithm using squared l2 norm as consistency loss for augmented data presented in arXiv:2011.13052, in both TensorFlow and PyTorch. For an iPython example, see [here](https://github.com/jyanln/AlignReg/blob/main/examples.ipynb)


