Tilak

Results 336 comments of Tilak
trafficstars

@khizii, Could you please take a look at the output_details, specifically the shape of each output tensor, you will see that the order of outputs is actually [classes, boxes, num_detections,...

@yhao-z, I tried to execute the mentioned code on the tf-nightly and observed that the output of executed code is intended and changed from the earlier output. Kindly find the...

@vishwascm, The difference in code execution time between a TensorFlow installation from **source** and a pre-built binary installed using **pip install tensorflow** can be influenced by several factors. When you...

@vishwascm, Apologies for the delay. You can directly install the tensorflow v2.15 on aarch64 using **pip install tensorflow-aarch64** where the flags are not required. https://pypi.org/project/tensorflow-aarch64/ If you are trying to...

@vishwascm, Could you please take a look at this official build from the source document where you can find the clang version, flags required to install the tensorflow. https://www.tensorflow.org/install/source `sudo...

@mering, Thank you for the request. Could you please elaborate about the Feature. Also, please specify the Use Cases for this feature. Thank you!

@maziarzamani, I tried to execute the mentioned code on both single-gpu & multi-gpu and observed that the Loss and accuracy is not Nan values. Kindly find the gist of it...

@MinaBabahaji-ML, Thank you for the issue. Could you please provide the complete error log which helps to analyse and debug the root cause of the issue. Thank you!

@sachinprasadhs, I was able to reproduce the issue on tensorflow v2.15 and tf-nightly. Kindly find the gist of it [here](https://colab.sandbox.google.com/gist/tilakrayal/5ee8137476e04b096fbfbb5f6b3c21c6/untitled1730.ipynb).

@ShuyinOuyang, Could you please confirm whether you are mentioning these official documents. https://www.tensorflow.org/community/contribute/docs https://www.tensorflow.org/community/contribute/docs_ref If you are referring to the same documents, those are not changeable/modify by the community. Only...