You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default training schedule in the provided `Makefile` is likely to get caught in a bad local minimum. See (this comment)[https://github.com/weinman/cnn_lstm_ctc_ocr/issues/42#issuecomment-428791521] and (this example result)[https://github.com/weinman/cnn_lstm_ctc_ocr/issues/42#issuecomment-428793851] in the issues for ideas on how to solve this problem.
5
+
The default training schedule in the provided `Makefile` is likely to get caught in a bad local minimum. See [this comment](https://github.com/weinman/cnn_lstm_ctc_ocr/issues/42#issuecomment-428791521) and [this example result](https://github.com/weinman/cnn_lstm_ctc_ocr/issues/42#issuecomment-428793851) in the issues for ideas on how to solve this problem.
6
6
7
7
## Is there a pretrained model available?
8
8
@@ -16,12 +16,12 @@ The following is a basic example:
16
16
17
17
```sh
18
18
# Pre-train the initial model
19
-
python train.py --output=../data/pretrained
19
+
python train.py --output=../data/pretrained # other flags as desired
0 commit comments