Tilak
Tilak
@kaiyu-pony, The `tf.py_function` is expected to fail when given **tf.keras.Input** as inputs under eager execution mode. tf.py_function allows embedding python code within the tensorFlow graphs for flexibility. However, it can...
@fabrien, Could it be that you are using invalid folder names or printing non-standard symbols? A UnicodeDecodeError may indicate that some string (e.g. a filename, foldername or print statement) you...
@fabrien, As from the [gist](https://colab.research.google.com/gist/tilakrayal/90ed4883fdc81893d76f4441157578f9/untitled1559.ipynb) the code which was mentioned executed without any issues/errors with the latest version of tensorflow and also I have tried on the various environments also...
@Sehun0819, The related PR which was raised for the fix has been merged. Kindly find the [comment](https://github.com/tensorflow/tensorflow/pull/63077#issuecomment-2237701159) from the Developer as well. https://github.com/tensorflow/tensorflow/pull/63077 Also I tried to execute the mentioned...
@Sehun0819, I tried to execute the mentioned code on both GPU and CPU with tf-nightly by enabling **TF_ENABLE_ONEDNN_OPTS = 1** and observed that it is not aborting as previous versions....
@khatchad, Could you please try to contribute with the PR for the respective changes to be made in the mentioned document? Thank you!
@Fchaubard, I suspect you are trying to install the every tensorflow version on CUDA 12.4 only which is not compatible. Could you please uninstall the installed libraries and try to...
@PriyajeetGoswami, I was able to clone the tensorflow repository without any problem on Ubuntu. I observed that you are using Bazel 6.2, GCC 9.3 which is incompatible with TF v2.7.0....
@PriyajeetGoswami, Glad the issue is resolved. Please feel free to move this issue to closed status. Thank you!
@ensound1, The error seems to be a bad path. Can you please try to edit the file **"tensorflow/third_party/gpus/cuda_configure.bzl"**, line 1400 to identify what path the code is looking for and...