Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-10-15 | 1.2 kB | |
v0.3.1.tar.gz | 2021-10-15 | 3.4 MB | |
v0.3.1.zip | 2021-10-15 | 3.9 MB | |
Totals: 3 Items | 7.2 MB | 0 |
v0.3.1 is a patch release that includes fixes since v0.3 and the initial fl::Tensor
API.
New Features
- Introduce the
fl::Tensor
API. Seeflashlight/fl/tensor
for more. - Flashlight will be adapted to use the API in a forthcoming release.
- A distributed stub backend to enable building apps without a distributed backend for the time being (will be disentangled in a later release) (#614)
- A
benchmark
app to use for end to end performance benchmarking of common models - C++17 minimum requirement
- Introduce
DynamicScaler
to abstract away repeated logic in mixed precision training - Support for automatic mixed precision training with DETR, ResNet, and ViT
- Codecov
Fixes
- Change behavior of comformer skip connections (#587)
- Fixes to typing in the advanced index kernel
- Removes
eval()
in the backward pass - Serialization support for audio augmentations
- Rewrite of the
SinusoidalPositionEmbedding
operator to avoid concatenation
Thanks to external contributors for their contributions, including: @lunixbochs @tlikhomanenko