watsonyanghx / CNN_LSTM_CTC_Tensorflow

CNN+LSTM+CTC based OCR implemented using tensorflow.
MIT License
362 stars 210 forks source link

一个小问题 #17

Closed huyi1989 closed 6 years ago

huyi1989 commented 6 years ago

请问x.set_shape([shp[0], filters[3], 48])中的48怎么得来的,我改用 shp = x.get_shape().as_list(),然后换成shp[1]或shp[2]都会报错,为什么?请问有谁知道?