BIC icon indicating copy to clipboard operation
BIC copied to clipboard

pytorch implementation of Large Scale Incremental Learning

Results 4 BIC issues
Sort by recently updated
recently updated
newest added

Thank you for your contribution. I would like to ask why there is a big error between the experimental results and the paper. I don't know right now.

In the original paper, bias correction layer consists of only two parameters "alpha" and "beta", which are only applied to the logits corresponding to the last trained group of classes....

Change the lr schedule from steplr to multistep lr following the paper. Change weight decay according to the incremental stages. Early stages have larger weight decay than late stages. I...

Hi, I was wondering if you could provide the Python and PyTorch versions that this code was tested with?