Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate the dynamic image that shows the sparsity of weights through out the training as shown in README #7

Open
jojojoshuali opened this issue Aug 22, 2018 · 1 comment

Comments

@jojojoshuali
Copy link

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

@da-molchanov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants