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
I'm trying to use your library but it seems that when I try to get a digit for 0, 2, 3, 4, 6, 7, 8, 9 I always get a wrong digit.
It seems that the mapping of real digits is wrong.
I also have this issue. And you also notice, there is no way to get a 2 while the dataset for 6 is doubled. That is a strangely grave mistake and I couldn't imagine how this could happen programmatically.
The faulty data lies within the /src/*.json files. But the library uses a packed mnist.js file, where the json's are already included.
Hi,
I'm trying to use your library but it seems that when I try to get a digit for 0, 2, 3, 4, 6, 7, 8, 9 I always get a wrong digit.
It seems that the mapping of real digits is wrong.
I always get this mapping:
Here the code that generates the following image:
Did I miss something ?
Btw, I am using JSPM with typescript.
The text was updated successfully, but these errors were encountered: