variational-dropout-sparsifies-dnn icon indicating copy to clipboard operation
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

Open jojojoshuali opened this issue 7 years ago • 1 comments

Hi, may I please ask how did you generate the dynamic picture as you did in README?

jojojoshuali avatar Aug 22 '18 20:08 jojojoshuali

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

da-molchanov avatar Aug 23 '18 11:08 da-molchanov