Skip to content

Instantly share code, notes, and snippets.

@zabop
Created July 17, 2021 21:16
Show Gist options
  • Save zabop/c73ce3ebd8a8f6a31fa656c23740f079 to your computer and use it in GitHub Desktop.
Save zabop/c73ce3ebd8a8f6a31fa656c23740f079 to your computer and use it in GitHub Desktop.
history_dict1 = history1.history
loss_values1 = history_dict1['loss']
val_loss_values1 = history_dict1['val_loss']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment