Module model_params

Source

Structs§

ModelParamsBase
This object is an abstraction over the parameters of a deep neural network model. This is done to isolate the necessary parameters from the specific logic within a model allowing us to easily create additional stores for tracking velocities, gradients, and other metrics we may need.

Type Aliases§

ModelParams