Tilak

Results 336 comments of Tilak
trafficstars

@CuiDonCai, The `cropping` argument must be a tuple of 2 integers and does not satisfy the requirement `>= 0`. Also the argument cropping should be Int or tuple of int...

@CuiDonCai, Thanks for opening this issue. Development of keras moved to another [repository](https://github.com/keras-team/keras/issues). Could you please post this issue on keras-team/keras [repo](https://github.com/keras-team/keras/issues). To know more please refer: https://discuss.tensorflow.org/t/keras-project-moved-to-new-repository-in-https-github-com-keras-team-keras/1999 Thank you!

@rrklearn2020 , Can you please elaborate about your Feature. Also, please specify the Use Cases for this feature. Thanks!

@nimashiri, I tried to execute the mentioned code with the alternative approach by providing the similar input shape for the both **arg_0_tensor** and **arg_1_tensor** and it was executed without any...

@jackyko1991, The related PR #https://github.com/tensorflow/docs/pull/2230 has been closed and also the issue happened on 2.12 which is pretty old. Could you please try with the latest stable version 2.12 where...

@shijy16, This indicates the problem is due to a memory issue where the OS crashed in allocating the required memory which is expected. Also please refer to the developer https://github.com/tensorflow/tensorflow/issues/59168#issuecomment-1405633596...

@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...

@quintinwang5, I tried to execute the mentioned code on tensorflow v2.15 and it was executed without any issue/error and also observed that with both `padding='SAME'` and `'VALID'` the output is...

@Saduf2019 , I was able to reproduce the issue in tf v2.5,v2.6 and nightly.Please find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/a57179e3cc8975153aa7d66816a0bfb0/51677.ipynb).

@kaiyu-pony, Could you please try to execute the code as suggested [here](https://github.com/tensorflow/tensorflow/issues/51677#issuecomment-910455345). Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/06368b656fbe291b12c16b71419cbf0a/untitled591.ipynb) and let us know if the issue still persists. Thank you!