liuheng92 / tensorflow_PSENet

This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:
https://blog.csdn.net/liuxiaoheng1992/article/details/87646951
MIT License
489 stars 162 forks source link

CPU Support #65

Closed csmcallister closed 4 years ago

csmcallister commented 4 years ago

Hi. Just curious if there's an intention to support training/predicting on a CPU machine.

liuheng92 commented 4 years ago

It's ready supported prediction on cpu. But I will not work on supporting training on cpu.