Same input got different ouput for BERT import in M2.1

Do you have BERT model? Could you please help to check if the same sentence can get the same output INArray values? I imported BERT but got different values.

@Booker could you elaborate a bit more on how you’re testing? What are you comparing against?

Import the BERT, input a sentence, and get an INDarray, the value in every elements in the INDarray is different in each times. ie. the first element is 123, next time is 456.

beta7 has no this problem.