COOLJAPAN

Posts tagged #tenflowers

4 posts

Jul 13, 2026 · 10 min

TenfloweRS 0.2.0 Released — Real Gradients for Every Layer, Real Steps for Every Optimizer

TenfloweRS 0.2.0 rewires the Python-facing, PyTorch-style implicit autograd system for real: every layer type gets tape-backed .backward()/.grad(), all 9 optimizers perform genuine gradient updates, and a correctness sweep fixes wrong Softmax/BatchNorm/GroupNorm/LayerNorm gradients — 14,536+ tests passing.

releasetenflowersmachine-learning
Jul 8, 2026 · 9 min

TenfloweRS 0.1.2 Released — Implicit Autograd, Real ONNX Interop, and an Honesty-Hardening Sweep

TenfloweRS 0.1.2 adds PyTorch-style implicit autograd for Python, real ONNX protobuf import/export, a pure-Rust Blosc codec for Zarr, and a wide honesty-hardening sweep that replaces fabricated results with real computation or honest errors across the framework.

releasetenflowersmachine-learning
Apr 24, 2026 · 6 min

TenfloweRS 0.1.1 Released — Ergonomic Prelude, tensor! Macro, and wgpu 29

TenfloweRS 0.1.1 is an ergonomics + compatibility patch for the pure-Rust TensorFlow alternative: a declarative tensor! macro, an expanded prelude (transformers and RNNs), ndarray interop, ONNX re-exports, wgpu v29 compatibility across 57 sites, and richer typed Python FFI errors.

releasetenflowersmachine-learning
Mar 20, 2026 · 7 min

TenfloweRS 0.1.0 Released — Pure Rust TensorFlow, 12,949 Tests Passing

TenfloweRS is a pure-Rust alternative to TensorFlow, and this is its first stable release. It ships dual eager + graph execution, reverse-mode autodiff, 150+ research domains, and WGPU GPU acceleration — built on the SciRS2 and NumRS2 ecosystem, with no C++, CUDA-C, or Python runtime.

releasetenflowersmachine-learning