Skip to main content

Some loss functions for deep learning.

Project description

PyLoss

.
├── LICENSE
├── pyloss
│  ├── __init__.py
│  ├── pixel_based
│    ├── __init__.py
│    ├── cross_entropy.py
│    ├── mae_mse.py
│    └── total_variation.py
│  ├── region_based
│    ├── __init__.py
│    ├── dice_iou.py
│    ├── hel.py
│    └── ssim.py
│  └── utils
│     ├── __init__.py
│     ├── convert_onehot.py
│     └── misc.py
├── pyproject.toml
└── README.md

Some loss functions for deeplearning.

pip install losspy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

losspy-0.1.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

losspy-0.1.1-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page