nntrain
Neural network training (
nntrain
) is a super small library build on top of PyTorch and helps with training neural networks. It’s basically defined in a couple of blog posts starting from here following fast.ai part 2
Todo’s:
- Extend the good documentation of
Dataloaders
to all other modules 🙈