Chirag Ahuja

Results 2 comments of Chirag Ahuja

@adrienball Okay got it. Then what I need is while predicting also, can we remove the stop words from the input utterance?

> I use this: > > ``` > line312 # _, series_length, num_freq, _ = py_utils.GetShape(inputs) > line313 series_length = inputs[1] > line314 num_freq = inputs[2] > line315 augmented_inputs =...