Hey, I got an interest in your work and I'm trying to replicate the results. What I understood is that I had to run the performance_match.py file in the mnist folder, and setting the initialization_way to ternary and kesi to 0 I would replicate the ternary weights experiment. After doing this I got a validation accuracy of 43.5%, I also tried with kesi 0.5 and got a similar 44.5%. How should I properly go to reproduce the results?
Finally, this method seems useful to compress random feedforward networks, do you have any ideas or other resources on how to compress trained networks?
Thanks!
Hey, I got an interest in your work and I'm trying to replicate the results. What I understood is that I had to run the
performance_match.pyfile in the mnist folder, and setting theinitialization_waytoternaryandkesito0I would replicate the ternary weights experiment. After doing this I got a validation accuracy of43.5%, I also tried withkesi0.5and got a similar44.5%. How should I properly go to reproduce the results?Finally, this method seems useful to compress random feedforward networks, do you have any ideas or other resources on how to compress trained networks?
Thanks!