Get the latest tech news
Penzai: JAX research toolkit for building, editing, and visualizing neural nets
A JAX research toolkit for building, editing, and visualizing neural networks. - google-deepmind/penzai
Penzai is a JAX library for writing models as legible, functional pytree data structures, along with tools for visualizing, modifying, and analyzing them. penzai.data_effects( pz.de): An opt-in system for side arguments, random numbers, and state variables that is built on pytree traversal and puts you in control, without getting in the way of writing or using your model. When working in an Colab or IPython notebook, we recommend also configuring Penzai as the default pretty printer, and enabling some utilities for interactive use:
Or read this on Hacker News