From dfe44ee99e6392d47ff6adbab4a6a535337cb9fb Mon Sep 17 00:00:00 2001 From: David Bau Date: Thu, 24 Mar 2022 11:15:11 -0400 Subject: [PATCH] What is this? --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 027add9..b15e788 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -Some utilities useful for prototyping with pytorch. +# baukit + +A kit of David's secret tools to help with productive research prototyping +with pytorch. + +Includes: + * Interactive UI widgets for quick data exploration in a notebook. + * Online algorithms for computing running stats in pytorch. + * Fast and feature-rich data set objects for images and text. + * Utilities for simplifying the task of running many batch jobs.