Skip to content

Bug: NN can run train when ActivationFunc and NumHiddenNodes list sizes do not match #756

@junshiguo

Description

@junshiguo

When ActivationFunc and NumHiddenNodes list sizes do not match in NN train params, the train process could still be run normally.
Screen Shot 2021-02-22 at 6 06 46 PM

Need to check why NN train can still work.

The issue is identified in Grid search feature. Below grid search configuration will generate invalid parameter combinations. We may need to do some specified validation check to filter out invalid parameter combinations.

"ActivationFunc" :  [ ["tanh"], [ "Sigmoid", "Sigmoid" ] ],
"NumHiddenNodes" : [ [50], [45, 45 ] ],

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