is there any inbuilt feature to predict using .pt or .pth files instead of training the model first (in art.estimators.classification)? #2103
Unanswered
anukriti15
asked this question in
Q&A
Replies: 1 comment
-
Hi @anukriti15 Yes, you can provide the model loaded from pt/pth files to any estimator/classifier. |
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
-
I just want to predict the outputs and not fit the model first, is there any way to do that?
Beta Was this translation helpful? Give feedback.
All reactions