nmi-lab / decolle-public

GNU General Public License v3.0
41 stars 22 forks source link

Visualize the dataset #6

Open meltingCat opened 3 years ago

meltingCat commented 3 years ago

hi, is there the way to visualize N-MNIST dataset?

eneftci commented 3 years ago

Yeah, check out the test scripts in the package torchneuromorphic, i.e. test_nmnist or view_nmnist.ipynb. The function plot_frames_imshow(frames, labels) should do it.