CNN_LSTM_CTC_Tensorflow icon indicating copy to clipboard operation
CNN_LSTM_CTC_Tensorflow copied to clipboard

how to inference one by one?

Open zzks opened this issue 6 years ago • 2 comments

sorry... the batch size was used in LSTM structure, so when I inference, I have to send a batch of data: one real data and other zeros. So how can I inference one by one ? thanks so much!

zzks avatar Aug 28 '18 09:08 zzks

--batch_size=1

twoyoungtwosimple avatar Oct 31 '18 05:10 twoyoungtwosimple

@zzks @twoyoungtwosimple Hello how did you guys do the inference after the training? when i run the inference command after i train the model a test.csv file gets created with one line in it and does not match the lables of the data i have

jihadbourassi avatar Apr 11 '19 13:04 jihadbourassi