szha closed pull request #10790: Fix learning rate of ctc example URL: https://github.com/apache/incubator-mxnet/pull/10790
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/example/ctc/hyperparams.py b/example/ctc/hyperparams.py index 7289d19c03f..cdcb874b3a6 100644 --- a/example/ctc/hyperparams.py +++ b/example/ctc/hyperparams.py @@ -29,7 +29,7 @@ def __init__(self): self._eval_epoch_size = 3000 self._batch_size = 128 self._num_epoch = 100 - self._learning_rate = 0.001 + self._learning_rate = 0.01 self._momentum = 0.9 self._num_label = 4 # Network hyper parameters ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services