Metadata-Version: 2.1
Name: polyloss
Version: 0.0.1
Summary: pytorch implementation of poly loss
Home-page: https://github.com/jahongir7174/PolyLoss
Author: Jahongir Yunusov
Author-email: jahongir7174@gmail.com
License: MIT
Description: [PolyLoss](https://arxiv.org/abs/2204.12511) implementation using PyTorch
        
        ### Install
        
        ```bash
        pip install polyloss
        ```
        
        ### Usage
        
        ```python
        from polyloss import PolyLoss
        
        ...
        criterion = PolyLoss(num_classes=1000)
        ...
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
