githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Using GPU for simpleHTR #67

Closed mayukhghosh closed 5 years ago

mayukhghosh commented 5 years ago

Python version: 3.5.4 Tensorflow version: 1.9.0 Operating system: Windows 10

Is a GPU implementation provided? I have a GPU so I wanted to train the dataset on that.

Thanks.

githubharald commented 5 years ago

Both cpu and gpu work with the same model. It just depends on your Tensorflow installation.