From 69abd7f28cbb6b0d04e6a98b0e3f88d2594ef608 Mon Sep 17 00:00:00 2001 From: Giovanni Angelotti <71640703+jhn-nt@users.noreply.github.com> Date: Thu, 29 Dec 2022 18:37:28 +0100 Subject: [PATCH] Added 'data-snax' in New Libraries I added a small library that I wrote, 'data-snax', in the New Libraries section. It is a vanilla JAX (early) implementation of the tf.data input pipelines and figured it could be useful for the community too, feel free to ignore the request if deemed not fit. I hope I had read correctly how to edit the README.md. Best, jhn-nt --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dc488c9..babf99f 100644 --- a/readme.md +++ b/readme.md @@ -95,6 +95,7 @@ This section contains libraries that are well-made and useful, but have not nece - [Eqxvision](https://github.com/paganpasta/eqxvision) - Equinox version of Torchvision. - [JAXFit](https://github.com/dipolar-quantum-gases/jaxfit) - Accelerated curve fitting library for nonlinear least-squares problems (see [arXiv paper](https://arxiv.org/abs/2208.12187)). - [econpizza](https://github.com/gboehl/econpizza) - Solve macroeconomic models with hetereogeneous agents using JAX. +- [data-snax](https://github.com/jhn-nt/data-snax) - JAX Version of the [tf.data](https://www.tensorflow.org/guide/data?hl=en) APIs.