Training¶
The training submodule gather the different functions required to encode
(i.e. train a model on) an image.
warmup.pyis about comparing a list of different random initialization and selecting the best one after a few hundred training iterations
train.pyis the actual training loop used to perform a number of optimization iterations.
loss.pymeasures the performance of the model to enable learning.
test.pymeasures more quantities than loss does, e.g. the neural networks rate
preset.pycontains training preset with hyper-parameters controlling the training process.