Last active
April 30, 2018 21:21
-
-
Save dvgodoy/83ef91da63de149f5a58f6e428ab37f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Plot 60th epoch and save it as PNG | |
fs.plot(epoch=60).savefig('feature_space_epoch60.png', dpi=120) | |
# Animate and save it as MP4 | |
fs.animate().save('feature_space_animation.mp4', dpi=120, fps=5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment