Aadil Srivastava

Results 1 comments of Aadil Srivastava

> ```python > "--decoder_params/infer_logits_to_pickle=True" > ``` Have you defined "interactive_infer_params" in your configuration file? If not add that, for example: `interactive_infer_params = { "data_layer": Speech2TextDataLayer, "data_layer_params": { "num_audio_features": 64, "input_type":...