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 tried the following steps.
environment:
-OS: ubuntu18.04
-GPU: RTX2080ti
-Anaconda ver4.8.3 (* by "conda -V")
steps:
mkdir anaconda3/work/zwk_agem
cd anaconda3/work/zwk_agem
git clone https://github.com/facebookresearch/agem
cd agem
conda create -n agem27 python=2.7
conda activate agem27
conda install numpy -y
conda install tensorflow-gpu==1.9.0 -y
conda install opencv -y
conda install matplotlib -y
conda install ipython -y
./replicate_results_iclr19.sh MNIST 3
I ran the above and got the pickle file (PERMUTE_MNIST_HERDING_FC-S_True_A-GEM_...._.pickle).
Then I inputed the pickle file into agem_plots.ipynb.
The resulting accuracy was different from the value stated in the paper.
(Thesis: 89.1%, my result: 65.3%)
Could you please tell me how can I get the same results as yours?
Please let me know if there is any information missing.
Thank you very much.
Sincerely,
Yoichi Goda
e-mail: youichi.gouda@gmail.com
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 tried the following steps.
environment:
-OS: ubuntu18.04
-GPU: RTX2080ti
-Anaconda ver4.8.3 (* by "conda -V")
steps:
mkdir anaconda3/work/zwk_agem
cd anaconda3/work/zwk_agem
git clone https://github.com/facebookresearch/agem
cd agem
conda create -n agem27 python=2.7
conda activate agem27
conda install numpy -y
conda install tensorflow-gpu==1.9.0 -y
conda install opencv -y
conda install matplotlib -y
conda install ipython -y
./replicate_results_iclr19.sh MNIST 3
I ran the above and got the pickle file (PERMUTE_MNIST_HERDING_FC-S_True_A-GEM_...._.pickle).
Then I inputed the pickle file into agem_plots.ipynb.
The resulting accuracy was different from the value stated in the paper.
(Thesis: 89.1%, my result: 65.3%)
Could you please tell me how can I get the same results as yours?
Please let me know if there is any information missing.
Thank you very much.
Sincerely,
Yoichi Goda
e-mail: youichi.gouda@gmail.com