Machine Learning

A collection of posts on Machine Learning

A Template for Custom and Distributed Training

Custom training loops offer great flexibility. You can quickly add new functionality and gain deep insight into how your algorithm works under the hood. However, setting up custom algorithms over and over is tedious. The general layout often is the same; it’s only tiny parts that change.