rcognita.models.ModelQuadMix

class rcognita.models.ModelQuadMix(dim_input, weight_min=1.0, weight_max=1000.0)
__init__(dim_input, weight_min=1.0, weight_max=1000.0)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(dim_input[, weight_min, weight_max])

Initialize self.

cache_weights([weights])

forward()

restore_weights()

Assign the weights of the cached model to the active model.

update_and_cache_weights(weights)

update_weights(weights)

Attributes

model_name