Tilak
Tilak
@sapphire008, Thank you for the issue. In tf.image.ssim when we are using **return_index_map = True**, returns the **index map**; where as in the case of **return_index_map = False**, it should...
@vishwascm, Could you please confirm whether the build is failing due to the above issue or the build continued? and also it might be due to the vpn/network you are...
@vishwascm, Could you please provide the complete error log which helps us to debug/analyse the issue in an effective way. Thank you!
@jagiella, Thank you for the feature. The related issue https://github.com/tensorflow/tensorflow/issues/57802 is still in open state. I request you to take a look at the same issue where a similar feature...
@shijy16, Tsplits has to be one of the dtype from tf.dtypes. `Tsplits | An optional tf.DType from: tf.int32, tf.int64. Defaults to tf.int64.` I tried to execute the mentioned code on...
@vwrewsge, Could you please confirm whether this check fail is happening with the specific input provided or for every input you are passing? When I tried with the another input...
@Roych13, We see that you are using tf version 1.14, 1.x is not actively supported, please update to 2.x and let us know if you are facing the same issue....
@nonenone12135, I was able to reproduce the issue on both tensorflow v2.15 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/ddb3681c3a808fbd03695d8bde5bdc38/untitled1771.ipynb). Please allow some time to deep dive into the...
@nonenone12135, As mentioned above, the tf.audio.decode_wav is not working for the specific input(most cases when desired_channels is -ve value), with the +ve input it is working without any issue. Kindly...
@nonenone12135, Could you please confirm whether you are facing this issue/error only for the specific input or for the every input which you are passing through. I tested with the...