add helper scripts to use LeNet model against MNIST data#1018
add helper scripts to use LeNet model against MNIST data#1018
Conversation
|
This looks good to me. |
|
@lelayf thanks for the helper scripts to improve the LeNet example. Please take a look at #959 and the IPython notebook there. It has simple code for loading the MNIST digits and labels that you could integrate here. |
add numpy formatting option to display entire array (read_npy)
|
@shelhamer I checked the IPython notebook you mentioned and changed the way I read those bytes to something hopefully more expressive. Depending on exceptions that are raised at runtime, the reader might return the expected arrays or nothing. For the current purpose it seems fine but if you'd rather see less indentation of the return statement to return None,None in case of failure then I can make the change. |
|
Thanks for the helper scripts, and for switching the base of your PR for our workflow at the time, but in the end dev was deprecated for a single branch workflow so I'm closing this PR. Improvements to our examples and documentation are of course always welcome in master. |
This is taking over PR #1017 to target BVLC:dev branch instead of BVLC:master.