DRSAD / iCaRL

96 stars 23 forks source link

the size of test set #10

Closed zhijm closed 1 year ago

zhijm commented 1 year ago

Please. why the number of test sets is more than that of training sets in the training process? for instance the size of train set is (6980, 32, 32, 3) the size of train label is (6980,) the size of test set is (10000, 32, 32, 3) the size of test label is (10000,) please.