You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add an exampple to get/set network parameters
* Bump version
* Add get_num_params, get_params, and set_params implementations
Co-authored-by: Christopher Zapart <[email protected]>
* Make get_params() a function;
Make set_params() a subroutine;
Co-authored-by: Christopher Zapart <[email protected]>
* Tidy up example
* Make layer % get_num_parameters() elemental
* Begin test suite for getting and setting network params
* Simplify network % get_num_params()
* Warn on stderr if the user attempts to set_params to a non-zero param layer
* Skip no-op layer % set_params() calls
* Test getting and setting parameters
* Check that the size of parameters match those of the layer
* Print number of parameters in layer % print_info()
* Tidy up the exampel
Co-authored-by: Christopher Zapart <[email protected]>
0 commit comments