variational-dropout-sparsifies-dnn
variational-dropout-sparsifies-dnn copied to clipboard
How to generate the dynamic image that shows the sparsity of weights through out the training as shown in README
Hi, may I please ask how did you generate the dynamic picture as you did in README?
Hi! I just saved a bunch of PNGs and used the convert tool from the ImageMagick suite to convert them to a gif animation:
convert -delay 2 -loop 0 *.png animated.gif