|
#features = np.delete(features, i, axis=0) |
I consider that delete the selected feature is necessary. Otherwise it will select the same feature every time. Paper seems not metioned this details. I noted that you have metioned this in Line 145 of 'model.py', but you had commented these code somehow, do you have any experiments or theory analysis about this?
icarl/model.py
Line 145 in b2eaefe
I consider that delete the selected feature is necessary. Otherwise it will select the same feature every time. Paper seems not metioned this details. I noted that you have metioned this in Line 145 of 'model.py', but you had commented these code somehow, do you have any experiments or theory analysis about this?