Skip to main content

TensorFlow implementation of focal loss.

Project description

Python Version PyPI Package Version Last Commit Travis CI Build Status GitHub Actions Build Status Code Coverage Documentation Status License

TensorFlow implementation of focal loss [1]: a loss function generalizing binary cross-entropy loss that penalizes hard-to-classify examples.

The focal_loss package provides a function binary_focal_loss and a class BinaryFocalLoss that can be used as stand-in replacements for tf.keras.losses functions and classes, respectively.

# Typical tf.keras API usage
import tensorflow as tf
from focal_loss import BinaryFocalLoss

model = tf.keras.Model(...)
model.compile(
    optimizer=...,
    loss=BinaryFocalLoss(gamma=2),  # Used here like a tf.keras loss
    metrics=...,
)
history = model.fit(...)

Documentation is available at Read the Docs.

Focal loss plot

Installation

  1. Make sure that a CPU or GPU version of TensorFlow 2.0 or later is installed (see this link for installation instructions).

  2. The focal_loss package can be installed using the pip utility. For the latest version, install directly from the package’s GitHub page:

    pip install git+https://github.com/artemmavrin/focal-loss.git

    Alternatively, install a recent release from the Python Package Index (PyPI):

    pip install focal-loss

    Note. To install the project for development (e.g., to make changes to the source code), clone the project repository from GitHub and run make dev:

    git clone https://github.com/artemmavrin/focal-loss.git
    cd focal-loss
    # Optional but recommended: create a new Python virtual environment first
    make dev

    This will additionally install the requirements needed to run tests, check code coverage, and produce documentation.

References

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

focal-loss-0.0.2.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

focal_loss-0.0.2-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file focal-loss-0.0.2.tar.gz.

File metadata

  • Download URL: focal-loss-0.0.2.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for focal-loss-0.0.2.tar.gz
Algorithm Hash digest
SHA256 9661a8d9a887a1dcfeb300b65603b636f449e9cae525f10cfe7975fb6a48d09a
MD5 5dfb4f8e97da359d1c7c6ffbadf6c579
BLAKE2b-256 9d5b96dc496ce22080370eac0b1475ca17dc2f8e5c66e5d5ee0d50f657cd22c2

See more details on using hashes here.

File details

Details for the file focal_loss-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: focal_loss-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for focal_loss-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8aea4109d095cb5ff80fb6bd903489e82899132b9b913e856f3927a71c36f118
MD5 299b2e873ce271df1e6d611bab076c8d
BLAKE2b-256 66ed17450291228192ad8595de4514c8ec28a587697b03c707d12d4af5b7f331

See more details on using hashes here.

Supported by

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