mipcandy.frontend.prototype#
Module Contents#
Classes#
Functions#
API#
- class mipcandy.frontend.prototype.Frontend(secrets: mipcandy.types.Settings)[source]#
Bases:
objectInitialization
- require_nonempty_secret(entry: str, *, required_type: type | None = None) mipcandy.types.Setting[source]#
- on_experiment_created(experiment_id: str, trainer: str, model: str, note: str, num_params: float, num_macs: float, num_epochs: int, early_stop_tolerance: int) None[source]#
- mipcandy.frontend.prototype.create_hybrid_frontend(*frontends: mipcandy.frontend.prototype.Frontend) type[mipcandy.frontend.prototype.Frontend][source]#