hextral 0.8.0

Comprehensive neural network library with dataset loading, batch normalization, 9 activation functions, 5 loss functions, multiple optimizers, regularization, and clean async-first API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Model Checkpoints


This directory contains model checkpoints saved during training.

## Structure


- `early_stopping/` - Checkpoints from early stopping demos
- `training/` - General training checkpoints
- `experiments/` - Experimental model checkpoints

## File Types


- `.checkpoint` - Standard Hextral checkpoint format
- `.ckpt` - Alternative checkpoint format

## Cleanup


Checkpoints are automatically ignored by git. You can safely delete old checkpoints to save disk space.