Replies: 3 comments 1 reply
-
Hi, try to get the output of It should be return some information might you need: |
Beta Was this translation helpful? Give feedback.
-
@thanh-repo I have seen the link you gave me. It says that test can only return metric result, but I need the prediction of the model. |
Beta Was this translation helpful? Give feedback.
-
@loyal-ikun have you looked at the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get model output, such as the prediction score of the model. When I run the python test.py --config xx, I only get the metric of model, but not the prediction of dataset.
I also try other method that load trained dataset and mode to predict output. But there are always bug in the sklearn.metric module. Besides I don't know how to call adaptive score calculation on non PL framework code.
I had to turn to the authors to solve the above problems.
Beta Was this translation helpful? Give feedback.
All reactions