You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am training a xgboost model with multiple inputs and outputs. The output feature_dim of the model is 11. Then I use d4p to accelerate the trained model to improve inference performance. Here is my code below:
But when I print the logits, I find the its output shape is (272303, 1). The outputs has only 1 feature_num, and the result is also wrong.
Thanks for the help.
Environment:
OS: [e.g. Ubuntu 18.04]
Compiler: [e.g. GCC9.2]
Version: [e.g. 2019 Update 4]
The text was updated successfully, but these errors were encountered:
I am training a xgboost model with multiple inputs and outputs. The output feature_dim of the model is 11. Then I use d4p to accelerate the trained model to improve inference performance. Here is my code below:
But when I print the logits, I find the its output shape is (272303, 1). The outputs has only 1 feature_num, and the result is also wrong.
Thanks for the help.
Environment:
The text was updated successfully, but these errors were encountered: