MNIST classification example #911
Unanswered
Pacifictrip
asked this question in
Q&A
Replies: 1 comment
-
You can create your own dataset, see: https://github.com/deepjavalibrary/djl/blob/master/basicdataset/src/main/java/ai/djl/basicdataset/cv/classification/FashionMnist.java If you want to contribute to DJL, I can help you upload the required artifacts to DJL's S3 bucket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The MNIST Digit characters example works great, so I wonder how to configure Mnist Class to make the job with the EMNIST Letters characters instead of digits.
Is it feasible using Mnist Class or should I implement new one ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions