Skip to content

Instantly share code, notes, and snippets.

@dvgodoy
Last active April 30, 2018 21:21
Show Gist options
  • Save dvgodoy/83ef91da63de149f5a58f6e428ab37f3 to your computer and use it in GitHub Desktop.
Save dvgodoy/83ef91da63de149f5a58f6e428ab37f3 to your computer and use it in GitHub Desktop.
# 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