Hi ,
I am trying to run the mnist code but I am not sure about the pruning rate and death rate values to use.
so when I ran the code like this python main.py --data mnist --model lenet5 --save-features --bench --growth momentum --redistribution momentum
But my accuracy is high and it's dropping too low again. Can you provide me the right arguments which I need to pass to the input?

Hi ,
I am trying to run the mnist code but I am not sure about the pruning rate and death rate values to use.
so when I ran the code like this
python main.py --data mnist --model lenet5 --save-features --bench --growth momentum --redistribution momentumBut my accuracy is high and it's dropping too low again. Can you provide me the right arguments which I need to pass to the input?