Arslan Chaudhry

Results 6 comments of Arslan Chaudhry

Try setting the ```--examples-per-task``` flag to full training dataset size (i.e.) ```50000```. For ICLR'19 work, we used all the examples from the training dataset in MNIST experiments. For 'Tiny Memory...

To unblock yourself, you can download the pre-trained ResNet-18 from here: https://www.dropbox.com/s/vs50vpm8c5l7hc6/model.ckpt.data-00000-of-00001?dl=0 https://www.dropbox.com/s/sl6hbk2ajs1b1ae/model.ckpt.index?dl=0 https://www.dropbox.com/s/su0352nuco3dbb8/model.ckpt.meta?dl=0 Replace the lines 31-33 in `download_cub_awa.sh` with ``` wget -O model.ckpt.data-00000-of-00001 https://www.dropbox.com/s/vs50vpm8c5l7hc6/model.ckpt.data-00000-of-00001?dl=0 wget -O model.ckpt.index https://www.dropbox.com/s/sl6hbk2ajs1b1ae/model.ckpt.index?dl=0...

The script `https://github.com/facebookresearch/agem/blob/master/download_cub_awa.sh' contains the link to download the file.

To unblock yourself, you can download the pre-trained ResNet-18 from here: https://www.dropbox.com/s/vs50vpm8c5l7hc6/model.ckpt.data-00000-of-00001?dl=0 https://www.dropbox.com/s/sl6hbk2ajs1b1ae/model.ckpt.index?dl=0 https://www.dropbox.com/s/su0352nuco3dbb8/model.ckpt.meta?dl=0 Replace the lines 31-33 in `download_cub_awa.sh` with ``` wget -O model.ckpt.data-00000-of-00001 https://www.dropbox.com/s/vs50vpm8c5l7hc6/model.ckpt.data-00000-of-00001?dl=0 wget -O model.ckpt.index https://www.dropbox.com/s/sl6hbk2ajs1b1ae/model.ckpt.index?dl=0...

To reproduce the results of RWalk paper you have to modify the code on your own. This repository provides a reference implementation of RWalk. To run multi-epochs and single-head experiments...

Please refer to the paper.