Tilak

Results 330 comments of Tilak
trafficstars

@K-Wu, As per the comment from the Developer in the PR raised, the requested change should happen in the https://github.com/openxla/xla repository. Could you please try to check with the respective...

@posuhov, Could you please provide the error log which you are facing the issue, that helps to analyse the issue in deeper. Thank you!

@GwiHwan-Go, The code you have mentioned has random number generation, the outputs cannot be guaranteed for each run. I have tried by setting seed and enabling op determinism and it...

@Gwihwan-Go, Inside the call function you are generating the value for tensor, which in each calls generates different random values because XLA currently ignores TF seeds to random operations which...

@sachinprasadhs, I was able to reproduce the issue on tf-[nightly](https://colab.research.google.com/gist/tilakrayal/929175f4ba6ee4b734402c76d6e94173/dict_output_bug.ipynb) -2.16.0-dev20231026. Kindly find the gist of it here.

@plopresti, I tried to execute the code available on the colab with the latest tf-nightly(2.16.0-dev20240125) along with the keras3.0 version and it was executed without any issue/error. Kindly find the...

@plopresti, Yeah the changes have happened with the respective PR https://github.com/keras-team/keras/pull/18682. ``` if backend() == "tensorflow": # This stop tensorflow from wrapping tf.function output in a # _DictWrapper object. _self_setattr_tracking...

@Romeo-CC, I tried to install the latest tensorflow v2.14, and it was installed on the ubuntu 23.04 environment. Though it produced the Information warnings and the mentioned erros, I was...

@trickiwoo, There was a PR that was raised internally and the developer is working on that issue. Once it is resolved we will update the result here. Thank you!

@trickiwoo, I tried to execute the mentioned code on tf-nightly and the code was executed with the error and also observed that the crash did not happen. And the same...