Closed sidml closed 3 years ago
Hi.
The eps hyper-parameter is set to 1e-3 by default in the current implementation.
The author recommends setting eps to 1e-8 for usual cases. In my experiments, I found the optimizer to be very sensitive to eps value. The results with eps=1e-8 were significantly better than with eps=1e-3.
Good point, would you like to create pull request with update to default value with small comment?
yeah sure!
Hi.
The eps hyper-parameter is set to 1e-3 by default in the current implementation.
The author recommends setting eps to 1e-8 for usual cases. In my experiments, I found the optimizer to be very sensitive to eps value. The results with eps=1e-8 were significantly better than with eps=1e-3.