Model Training Methods

What is it

When to use it

The AETrainer class should be used when you have lots of images, have very large images, or your given speed requirements are strict Normally, images are hundreds of pixels tall and wide, and have multiple channels, which makes shrinking the image down to a single dimension really large.

Theory behind it