Skip to content

Move model parameters to a model type #157

@facusapienza21

Description

@facusapienza21

Right now, the variables associated to the network (eg, parameters, st, architecture) are passed to all the functions. It would be nice to pack all this in a struct. Furthermore, this will be useful for cases where we want to use a different type of model, so the model will have a companion method for how to compute gradients, etc.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions