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
-
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