Skip to content

Instantly share code, notes, and snippets.

@yoel-zeldes
Last active November 12, 2018 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoel-zeldes/36bc38d967684a64a8626371d7c31f0c to your computer and use it in GitHub Desktop.
Save yoel-zeldes/36bc38d967684a64a8626371d7c31f0c to your computer and use it in GitHub Desktop.
plt.subplot(121)
plt.plot(losses_auto_encode)
plt.title('VAE loss')
plt.subplot(122)
plt.plot(losses_digit_classifier)
plt.title('digit classifier loss')
plt.tight_layout()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment