Closed singhabhinav closed 1 year ago
Hi @singhabhinav, what is the number of classes in your data loader, and what is the network structure of your base estimator ?
Hi @xuyxu
I have 60 classes in my output and please find the attached network structure and the batch size in my data loader is 128
Thanks @singhabhinav, another thing to confirm is that the data batch fed to CIF
is of the shape (batch_size, 10)
, right?
@xuyxu yes I can confirm this.
Same code is working fine with VotingClassifier but throws the above error with GradientBoostingClassifier. I have printed the shape of input tensor and it is indeed (batch_size, 10)
@xuyxu
I was able to run it after installing torchensemble from github
The version in pip throws the above error ..so we can ignore it now I believe
Hi,
I am getting below error while using GradientBoostingClassifier. Could you please let me know how can we fix this