You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MNist is currently 28x28 pixels. I want to have an easy option to scale that to whatever size I want (like 20x20).
I also want an easy way to get the top K bits of MNist.
something like:
datasets.Mnist(size=28,bits=8)
The text was updated successfully, but these errors were encountered:
MNist is currently 28x28 pixels. I want to have an easy option to scale that to whatever size I want (like 20x20).
I also want an easy way to get the top K bits of MNist.
something like:
datasets.Mnist(size=28,bits=8)
The text was updated successfully, but these errors were encountered: