mixmo.learners.model_wrapper.ModelWrapper¶
-
class
mixmo.learners.model_wrapper.
ModelWrapper
(config, config_args, device)[source]¶ Bases:
object
Augment a model with losses, metrics, internal logs and other things
-
__init__
(config, config_args, device)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(config, config_args, device)Initialize self.
calibrate_via_tempscale
(tempscale_loader)Returns calibrated temperature on val/test set
get_dict_to_scores
(split)Format logs into a dictionary
Return summary of internal records
predict
(data)Perform a forward pass through the model and return the output
print_summary
([pixels_size])step
(output, target[, backprop])Compute loss, backward step and metrics if required by config Update internal records
Switch model to eval mode
to_train_mode
(epoch)Switch model to train mode
Attributes
Returns scaled_model if necessary for amp
-
property
scaled_network
¶ Returns scaled_model if necessary for amp
-