rcognita.models.Model

class rcognita.models.Model

Blueprint of a model.

abstract __init__()

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

Methods

__init__()

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