Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

plotting Pylearn2 channels in notebook #121

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

Using the plot_monitor.py script is not ideal. Hacking together a utility that will just plot return the data for whatever channel you ask for and you can plot it yourself.

gngdb commented 9 years ago

Turns out we don't even need a utility for this, it's actually easy to get the data out of the Pylearn2. Will push a notebook soon on Tuning learning rate that'll show how it's done.

gngdb commented 9 years ago

Notebook was called Preliminary Online Augmentation Results.ipynb.