Replies: 1 comment 1 reply
-
You can try the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Are there currently any classes in djl that support certain functions to test a model on your own dataset? (not for validating whilst training)
For example I want to see how well different models (densenet, resnet, ...) respond to my data in terms of accuracy, precision and recall to see which I should use best. Currently I'm using the folder/file names to check whether the prediction was right or not.
Beta Was this translation helpful? Give feedback.
All reactions