Skip to content

Instantly share code, notes, and snippets.

@fabclmnt
Created May 6, 2020 14:30
Show Gist options
  • Save fabclmnt/4517cd8dd1df991c51d5a5d0d5f4ca98 to your computer and use it in GitHub Desktop.
Save fabclmnt/4517cd8dd1df991c51d5a5d0d5f4ca98 to your computer and use it in GitHub Desktop.
import time
start = time.time()
model.fit(train_dataset, epochs=7, callbacks=callbacks)
end = time.time()
print("Time elapsed: {}".format(end-start))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment