watsonyanghx/CNN_LSTM_CTC_Tensorflow

一个小问题

Closed this issue · 0 comments

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