Hi,
Thanks for sharing your great work.
I am currently having some issue with the knowledge loss and gain rates when running the code. I tried the SDP method with the settings
DATASET="cifar100"
SIGMA=10
REPEAT=1
INIT_CLS=100
SDP_MEAN=10000
SDP_VAR=0.75
The final results I have obtained are:
[INFO] ======== Summary =======
[INFO] A_auc 0.46821259412578764 | A_last 0.5561 | KLR_avg 0.7233384646848867 | KGR_avg 0.01556362787537161
The A_auc and A_last looks ok but the KLR_avg and KGR_avg values seem to differ a lot from what was provided in the paper. Am I missing something to reproduce the results?
Thanks.
Hi,
Thanks for sharing your great work.
I am currently having some issue with the knowledge loss and gain rates when running the code. I tried the SDP method with the settings
The final results I have obtained are:
The A_auc and A_last looks ok but the KLR_avg and KGR_avg values seem to differ a lot from what was provided in the paper. Am I missing something to reproduce the results?
Thanks.