Dynamic Support Network for Few-shot Class-Incremental Learning
trian.pyis the code for base training (0-th session);Inc_train.pyis the code for incremental training;models/contains the implementation of the DSN(DSN.py) and the backbone network;data/contains the dataloader and the dataset files;data_list/contains the list of data;config/contains the setting file;utils/contains the log and restore files;
python == 3.7, pytorch1.0,
torchvision, pillow, opencv-python, pandas, matplotlib, scikit-image