mergernet.core.experiment#

Functions

backup_model(model, dataset[, save_history, ...])

param model:

The keras model to backup

Classes

Experiment

This class stores all relevant information for an experiment, which can be accessed from anywhere in the application as it's an implementation of the Singleton pattern.