SPPR
SPPR copied to clipboard
Implementation of the paper "Self-Promoted Prototype Refinement for Few-Shot Class-Incremental Learning"
Hi, thank you for your work and sharing your code! While digging in your code, I found that CUB dataset and the others have different implementations of `calculate_means`. https://github.com/zhukaii/SPPR/blob/0df749d000e50a64ae13c606072a902f19ecb251/utils/model/my_model.py#L156-L169 As...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
by /utils/model/my_model.py 1. The paper mention that ft1 and ft2 represents a set of standard convolution block. Might I missed it, but I can't find convolution block for "transform embeddings...
(1)in Trainer.py , line 87 train_sampler = CategoriesSampler(train_dataset.sub_indexes, len(train_loader), self.args.way+3, self.args.shot) Why collect 3 more classes of samples?? (2) in lr.py line 88 lenth_per = torch.from_numpy(self.index[c]) way_per = len(lenth_per) shot...
Hi, when I use the default settings of the train.sh, the acc of session_0 is 62, approximately. The acc raises to 68 when the base_epoch is increased by 70 to...