File size: 335 Bytes
4ebbc92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
tags:
  - jax
  - from-scratch
  - educational
license: mit
---

# Gradling

Deep learning components and models built from scratch in JAX.
Code: https://github.com/tdfirth/gradling

## Structure

Each top-level directory is a model architecture. Within each, subdirectories
are experiments with their own configs and checkpoints.