The /classify method does not respond to the raw_scores parameter.
### System Info
linux, for all versions of the library
### Information
- [x] Docker + cli
- [x] pip + cli
- [x] pip + usage of Python interface
### Tasks
- [ ] An officially supported CLI command
- [ ] My own modifications
### Reproduction
1) Run any classification model
2) Pass the raw_scores parameter in the request body
3) The result does not change, the softmax result is always returned.
The code does not handle the flag when calling the classify method.
0 条评论