ilovin / lstm_ctc_ocr

Use CTC + tensorflow to OCR
https://ilovin.github.io/2017-04-06/tensorflow-lstm-ctc-ocr/
354 stars 140 forks source link

CTC on Multiple GPUs #5

Open chenjiasheng opened 7 years ago

chenjiasheng commented 7 years ago

Have you tried Wrap-CTC on GPUs? Do you know any clue about CTC working on multiple GPUs?

Thummpy commented 6 years ago

Tried it. Im new to multi-gpu, but looks like it would take a pretty fundamental re-write to make it work.