8000 [tune] PopulationBasedTraining and Tensorboard HPARAMS · Issue #11612 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content < 8000 react-partial partial-name="keyboard-shortcuts-dialog" data-ssr="false" data-attempted-ssr="false" data-react-profiling="false" >
[tune] PopulationBasedTraining and Tensorboard HPARAMS #11612
Open
@viotemp1

Description

@viotemp1

Hello,

I set in config fixed learning rate and dropout and let PopulationBasedTraining do it's mutations.
Something like this:
hyperparameter_space = {
"lr": 1e-3,
"dense_1": tune.quniform(32, 128, 32),
"count_dense_layers": tune.quniform(1, 4, 1),
"dense_x": tune.quniform(32, 256, 32),
"dropout_rate": 0.0,
"tf_optimizer": tune.choice(["SGD", "Adam"]),
}
pbt_hyperparameter_space = {
"lr": tune.loguniform(1e-4, 1e-2),
"dropout_rate": tune.quniform(0.0, 0.3, 0.1), #
}

Algorithm is running fine, lr and dropout are tuned: config.lr=0.001346 and config.dropout_rate=0.1

Can the whole process of tuning with PopulationBasedTraining reflect also in Tensorboard?
As you can see bellow, the tensorboard show only values from hyperparameter_space.
Screenshot 2020-10-26 at 16 49 30

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issue, but not time-criticalenhancementRequest for new feature and/or capabilitypending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.tuneTune-related issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0