-
Notifications
You must be signed in to change notification settings - Fork 7
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
Hyper Parameter Exploration #14
Comments
I've (finally) gotten hyper-parameter search to work. Here is the possible search space. Before I launch it on the server, which should I remove? hyper-parameter space
|
What does no merge for bidirectional LSTM mean? For the loss for the whole model, I thought we were either using the mask-aware loss or the phase-aware loss, right? And for the activation function of the output, if it is predicting a mask, it should be sigmoid. The other parameters look good for searching. |
|
|
Run experiments constantly, exploring the hyper-parameter space:
parameters and scope to be determined shortly.
(possibly use hyperas: https://github.com/maxpumperla/hyperas)
The text was updated successfully, but these errors were encountered: