UCB
UCB copied to clipboard
Discrepancy of cifar10 and cifar100 performance
Hi, congrats on the paper!
I was trying to re-run the code with UCB method on cifar10/cifar100 test case, but it seems like the testing on cifar10 is much higher and cifar100 is low (close to 1/10 for one task so it look like it's not even being trained?). I didn't modify anything except specifying the method to ucb.
Anything I did wrong?