SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
Variables
mnist_view Namespace Reference

Variables

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

Variable Documentation

int mnist_view.nr_images = 5

Definition at line 16 of file mnist_view.py.

mnist_view.x_test = x_test.reshape(10000, 784)

Definition at line 8 of file mnist_view.py.

mnist_view.x_train = x_train.reshape(60000, 784)

Definition at line 10 of file mnist_view.py.

mnist_view.y_test

Definition at line 8 of file mnist_view.py.