Jan Chorowski

Results 2 issues of Jan Chorowski

Since all parametets have names, we can easily add name-based access to self.params: ``` python class Parameters(AnnotatingList): """Adds the PARAMETER role to parameters automatically.""" ... def __getattr__(self, name): for l...

enhancement

Hi, currently the `Initializable` base class supports initializing: 1. weights 2. biases, with a quirky has_bias property to know when not to set drop bias_init 3. rngs, this time without...

discussion