agem icon indicating copy to clipboard operation
agem copied to clipboard

Official implementation of the Averaged Gradient Episodic Memory (A-GEM) in Tensorflow

Results 6 agem issues
Sort by recently updated
recently updated
newest added

Dear author and everyone, I got the A-GEM software from here github and tried the reproduction experiment described in the paper, but I could not reproduce it well. I have...

Hi, I am trying to run the CUB-200 experiments from pre-trained ImageNet weights and was wondering if you could provide the following file: RESNET18_IMAGENET_CHECKPOINT = './resnet-18-pretrained-imagenet/model.ckpt' Thanks!

Hi, I tried to reproduce your results that you described in section 5.5. of your paper "On Tiny Episodic Memories in Continual Learning" because I couldn't find an implementation in...

Hi Arslan, Can you please let me know how I can reproduce your results in **Table 1** in your paper below. "Riemannian Walk for Incremental Learning: Understanding Forgetting and Intransigence"...

I'm trying to recreate the results of cifar100 and MNIST in r-walk paper, but it doesn't work. To compare it to your code, i open this Issue. This repo is...

Dear author, I made slight changes to your code to adapt to Python3 and TensorFlow2. But I encountered this issue when I run the CUB experiment: "./replicate_results_iclr19.sh CUB 1 1...