SupportNet icon indicating copy to clipboard operation
SupportNet copied to clipboard

SupportNet: solving catastrophic forgetting in class incremental learning with support data

Results 1 SupportNet issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that the fisher information is calculated by the test data. See line 345 in `src_image_data/train_procedures.py` ``` fisher_info_val=previous_network.compute_fisher_information(X_test_converted,session) ``` But I think we should calculate it using the...