Skip to content

For those who are struggling to find positions for many optimized parameters #140

@mingfeisun

Description

@mingfeisun

How to find the position correspondences for the random-named optimized parameters?

During the tuning process, there are some important outputs which can help to locate.

First, check the definition of get_space function in Hypers search space from the tuning outputs. You will find something like this:

get_space

This information helps us to know the naming for all parameters to be tuned.

Second, check the Resulting replaced keras model from the tuning outputs. Something like this:

space

You will see some codes are replaced by space['Dropout'], space['Dropout_1']. This is the corresponding positions for the optimized parameters. At this point, it's easy to fill in the optimized parameters.

Hope this helps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions