Tilak
Tilak
@CV-42, Apologies for the delay. As the tf.keras.losses.BinaryFocalCrossentropy is related to keras, could you please try to raise the issue in the keras-team/keras repo for the quick resolution. Thank you!
@Aweptimum, Can you please share a reproducible code that supports your statement so that the issue can be debug more effectively and also if possible could you try to contribute...
@Leo-Lifeblood, Thank you for reporting the issue. tfm.nlp.layers.RelativePositionEmbedding API is more related to tf-models. Could you please raise the issue on the TensorFlow/tf-models [repo](https://github.com/tensorflow/models/issues) for the quick response. https://github.com/tensorflow/models/blob/master/official/nlp/modeling/layers/position_embedding.py Thank...
@KarenMars, Add `tf.lite.OpsSet.SELECT_TF_OPS` to the converter's target spec: ``` python converter.target_spec.supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS, tf.lite.OpsSet.SELECT_TF_OPS] ``` to expand the range of supported operations. Also could you please try to change the...
@rifkynas, Could you please provide more context/information on the above ask which helps to debug the issue in an effective way. Thank you!
Closing this issue due to lack of recent activity, Please feel free reopen if this is still a valid request. Thank you!
I tried to execute the mentioned code on latest Keras3.0 and observed that the output as True in all the cases and also it was not same as the earlier...
@Kyogre67, I tried to execute the mentioned code and faced the different error. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/0b258e92229f6c425e5b712a52a541a5/untitled2067.ipynb) and provide the complete dependencies. Also please let us know...
@maybeLee, Thank you for reporting the issue. I was also able to reproduce the issue on tensorflow v2.17 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/53e576b1701c9f44f7c1125ca96a8270/untitled2102.ipynb). Please allow to...
@JossWhittle , I tried to execute the test cases test1, test2, test3 .py files on tensorflow v2.15 and observed that all the 3 test cases were executed without any issue/error....