Closed EnricoTrizio closed 4 months ago
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.
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.