Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Created September 13, 2023 14:10
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 Tob-iee/03038720f7295a24598242bba781f005 to your computer and use it in GitHub Desktop.
Save Tob-iee/03038720f7295a24598242bba781f005 to your computer and use it in GitHub Desktop.
Log the training hyperparameters to your Picsellia experiment.
# Log hyperparameters to Picesllia
training_hyp_params = training_args.to_dict()
experiment.log("hyper-parameters", training_hyp_params, type=LogType.TABLE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment