danijar / layered

Clean implementation of feed forward neural networks
MIT License
240 stars 33 forks source link

Store and load models and learned weights #11

Closed danijar closed 8 years ago

danijar commented 8 years ago

Pass filename of trained model to load as command line argument. Store every few training examples based on the store_every parameter in the problem definition. Also store after all training has been done.