We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #135, the activation of hidden layers of the Committor class is no longer set to tanh as the default, which should be the proper choice.
Committor
tanh
For the moment, this can be circumvented by setting
options = { 'nn' : { 'activation' : 'tanh' }} model = Committor(..., options=options, ...)
This should be fixed soon.
The text was updated successfully, but these errors were encountered:
Set default activation to tanh, fixes Set default activation of commi…
84de48d
…ttor model back to tanh #138
EnricoTrizio
Successfully merging a pull request may close this issue.
After #135, the activation of hidden layers of the
Committor
class is no longer set totanh
as the default, which should be the proper choice.For the moment, this can be circumvented by setting
This should be fixed soon.
The text was updated successfully, but these errors were encountered: