Perhaps the craziest thing that was introduced on the Keras community call today: Keras Kinetic, a new library that lets you run jobs on cloud TPU/GPU via a simple decorator — like Modal but with TPU support. When you call a decorated function, Kinetic handles the entire remote execution pipeline: – Packages your function, local code, and data dependencies – Builds a container with your dependencies via Cloud Build (cached after first build) – Runs the job on a GKE cluster with the requested accelerator (TPU or GPU) – Returns the result to your local machine (logs are streamed in real time, and the function's return value is delivered back as if it ran locally) [Translated from EN to English]
@fchollet
-
New FunctionGemma Guide Released on Keras Hub
By
–
New guide on FunctionGemma: keras.io/keras_hub/guides/fu…
-

Keras Community Contribution: New CLAHE Image Preprocessing Layer
By
–
Keras community member Alan is now presenting the new CLAHE image preprocessing layer — thanks for the contribution!
-
Try out Kinetic on GitHub – New Keras Team Release
By
–
Try it out here: github.com/keras-team/kineti…
-

Distributed Training and Async Jobs Support Across Keras Backends
By
–
Supports distributed training, async jobs, and works with all Keras backends
-

Keras Kinetic: New Library for TPU and GPU Job Execution
By
–
A brand new product: the Keras Kinetic library lets you run jobs on TPU (and Google Cloud GPUs) via a simple decorator. Takes care of packaging your code, uploading your dataset, log streaming, winding down jobs…
-

Keras 3.14 Release: New Features Announcement
By
–
Upcoming Keras 3.14 release: a host of new features…
-

KerasHub receives more state-of-the-art model architectures
By
–
More SotA model architectures on KerasHub…
-

Gemma 4 Introduces Multi-Modal Capabilities with Image Support
By
–
Gemma 4 also features multi-modal capabilities: use it with prompt + images combinations
-

Gemma 4 Released on KerasHub for Reasoning and Agentic Workflows
By
–
First update of the call, from Sachin: Gemma 4 is out now on KerasHub! Best open-source model so far for reasoning and agentic workflows.
