EmbraceLife / LIE

2 stars 4 forks source link

Function: Plot images when `kur data -n 1 -plot mnist.yml` #1

Closed EmbraceLife closed 7 years ago

EmbraceLife commented 7 years ago

Hvass tutorial 1 has plotted a few images before building anything I can do this using kur plot mnist1.yml to plot 9 images

After training, plot 9 images again to see how well the model is doing make a plot hook in training section or evaluation or test section

EmbraceLife commented 7 years ago

Solution1: for mnist and cifar datasets, to print out dataset and print out images:

EmbraceLife commented 7 years ago

Now, to print out a number of samples (images) while plotting the images for displaying:

kur data -n 1 -plot cifar.yml

Done in the commit