SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
Namespaces | Variables
mnist_view.py File Reference

Go to the source code of this file.

Namespaces

 mnist_view
 

Variables

 mnist_view.x_test = x_test.reshape(10000, 784)
 
 mnist_view.y_test
 
 mnist_view.x_train = x_train.reshape(60000, 784)
 
int mnist_view.nr_images = 5