Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
junshiguo opened this issue Feb 23, 2021 · 0 comments

Comments

@junshiguo
Copy link
Collaborator

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 ] ],
@junshiguo junshiguo changed the title NN can run train when ActivationFunc and NumHiddenNodes list sizes do not match Bug: NN can run train when ActivationFunc and NumHiddenNodes list sizes do not match Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant