Incorrect results in GRU layer.

Constructed A GRU layer and converted to coreML model.


I gave the initial hidden state values to the mlmodel (something like gru_1_h_in), but it seems the model used values with zero instead of the given values. Did I miss something here?


Thanks a lot.