Closed mathemusician closed 2 years ago
Nice job!
Nice job!
Should I make it into my repository? It's not a "pure pytorch" implementation, but works on both CPU, GPU, and multiple GPUs. I've added visualization during the training process, and I'm planning on adding more OCR models. Pull request or no?
Hi! I've made a pytorch-lightning implementation of ctpn, mainly by using your code. Pytorch-lightning has many nice features, such as training with tpus/multiple gpus by changing one line of code, 16-bit precision, works on cpu (nice for testing), automatic learning rate finder... Would you be open to a pull request? Link to fork here! I'm in the process of converting your CRNN to pytorch-lightning as well.
Here's the simplified training loop: