Skip to content

Conversation

@cryptopic
Copy link
Contributor

Summary: Support custom run_name since using timestamp as run_name can be confusing to people

Test Plan:
hp = {"lr": 0.1, "bool_var": True, "string_var": "hi"}
mt = {"accuracy": 0.1}
writer.add_hparams(hp, mt, run_name="run1")
writer.flush()

Reviewed By: edward-io

Differential Revision: D22157749

Summary: Support custom run_name since using timestamp as run_name can be confusing to people

Test Plan:
hp = {"lr": 0.1, "bool_var": True, "string_var": "hi"}
  mt = {"accuracy": 0.1}
  writer.add_hparams(hp, mt, run_name="run1")
  writer.flush()

Reviewed By: edward-io

Differential Revision: D22157749

fbshipit-source-id: 833e5995426b02fb9156e70c342b1d02c8afc404
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D22157749

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 2456e07.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants