Metadata-Version: 2.1
Name: focal_loss_pytorch
Version: 0.0.2
Summary: A simple PyTorch implementation of focal loss.
Home-page: https://github.com/alexmeredith8299/focal_loss_pytorch
Author: Alex Meredith
Author-email: alexm0802@gmail.com
Project-URL: Bug Tracker, https://github.com/alexmeredith8299/focal_loss_pytorch/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# focal-loss-pytorch
Simple vectorized PyTorch implementation of binary unweighted focal loss as specified by [[1]](https://arxiv.org/pdf/1708.02002.pdf).

## References
[1] Lin, T. Y., et al. "Focal loss for dense object detection." arXiv 2017." arXiv preprint arXiv:1708.02002 (2002).
