Hi ,
I was running a custom model which has gather operator in it , when run the inference part it abruptly stopping the middle without giving any error , so i debugged it and was able to find that " Indices data type should int32" is what is expecting in the sdk 9.0 in the below location of the code but my model has the following data , the indice input is of data type int64 and due to quantization it is converted into int8 but the sdk9.0 expects the input as int32


can you please let us knw how to make changes and move forward , appreciate the help