Closed backpropper closed 7 years ago
In the default case (I guess MLBNoAtt), it uses normal GRU and not the Bayesian one. The README says otherwise.
You are right, the default.yaml uses a GRU, not a Bayesian one:
Here, a BayesianGRU is used:
I am sorry for this misleading information.
I just added two options:
Thanks!
In the default case (I guess MLBNoAtt), it uses normal GRU and not the Bayesian one. The README says otherwise.