Skip to content

Use new optuna callback mechanism  #14

@hbredin

Description

@hbredin

Here are a few things the callback function might do:

  • every time a better set of hyper-parameters is found, run a validation experiment (possibly asynchronously)
  • log trial details to tensorboard (e.g. using tensorboardX)
  • display personalized progress report to the user (instead of optuna's builtin logging)

Originally posted by @hbredin in optuna/optuna#302 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions