Skip to content

Releases: asimcanyagiz/Logits

Release list

Logits 1.0.0

Choose a tag to compare

@asimcanyagiz asimcanyagiz released this 20 Sep 13:21

First release.

Dependency-free Swift helpers for the last step of on-device ML: softmax / logSoftmax / sigmoid, argmax and topK, labelled thresholded predictions, bounding-box IoU with normalized-pixel and letterbox mapping, and class-agnostic and class-aware non-maximum suppression. Core ML adapters are included on Apple platforms behind #if canImport(CoreML).

Requires Swift 6.0 or later. No dependencies. MIT licensed. See CHANGELOG.md for the full list.