Turn table data into set of images

Anybody tried this? Turned the table data into ~60000 images. So you can run convolution2D models on the data. I used PIL to turn each table entry into font image. Was a bit slow conversion. Maybe cv2. //Per

Interesting, how did it work out? Did you use transfer learning?

Sounds cool. What’s its performance? How was it?