Skip to content

Sweep Range of L2RegularizerWeight in AveragedPerceptron #567

Closed
@justinormont

Description

@justinormont

Issue

  • What did you do?
    AutoML macro sweep using the AveragedPerceptron learner

  • What happened?
    Crashed due to the AutoML sweeper picking exactly 0.5 for L2RegularizerWeight.

Error:

  must be in range [0, 0.5)
  Parameter name: L2RegularizerWeight

The hyperparameter range need to be changed to exclude 0.5 from its range:

[TlcModule.SweepableFloatParam("L2RegularizerWeight", 0.0f, 0.5f)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingup-for-grabsA good issue to fix if you are trying to contribute to the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions