routines

This is summary documentation for hippynn.experiment.routines module. Click here for full documentation.

Links to Full Documentation:

Routines for setting up and performing training

Functions

setup_and_train(training_modules, database, ...)

setup_training(training_modules, setup_params)

Prepares training_modules for training with experiment_params.

test_model(database, evaluator, batch_size, when)

Tests the model on the database according to the model_evaluator metrics.

train_model(training_modules, database, ...)

Performs training loop, allows keyboard interrupt.

training_loop(training_modules, database, ...)

Performs a high-level training loop.

Classes

SetupParams(device, controller, ...)