Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Last active June 28, 2021 12:40
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 jeetaf/ccd558fc7126f5c26c4108a80ba9f92e to your computer and use it in GitHub Desktop.
Save jeetaf/ccd558fc7126f5c26c4108a80ba9f92e to your computer and use it in GitHub Desktop.
hist = pd.DataFrame(history.history)
hist['epoch'] = history.epoch
hist.tail()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment