Open zzks opened 6 years ago
--batch_size=1
@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
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!