lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

add model-wide rng parameter #110

Closed lmjohns3 closed 8 years ago

lmjohns3 commented 8 years ago

Currently to create a model using a specific rng seed, each layer must use a separate rng parameter, which means each layer must be specified using a dictionary. It would be nice to have a model-wide rng parameter that could be passed to each of the layers at initialization time.