Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created May 2, 2020 03:03
Show Gist options
  • Save sayakpaul/85670b0806317abf319cafcd2723c805 to your computer and use it in GitHub Desktop.
Save sayakpaul/85670b0806317abf319cafcd2723c805 to your computer and use it in GitHub Desktop.
start = time.time()
model.fit(...,
callbacks=[WandbCallback()])
training_time = time.time() - start
wandb.log({"training_time":training_time})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment