Tilak
Tilak
Hello, Thank you for reporting an issue. We're currently in the process of migrating the new `Keras 3` code base from **keras-team/keras-core** to **keras-team/keras.** Consequently, This issue may not be...
@tarun-bisht, The related PR https://github.com/keras-team/keras/pull/15237 which was raised has been merged. Required changes were completed in the below file. https://github.com/keras-team/keras/blob/master/keras/engine/data_adapter.py#L1870 https://github.com/keras-team/keras/blob/master/keras/engine/data_adapter_test.py#L1558 ``` if isinstance(data, list): data = tuple(data) if not...
@tarun-bisht, Glad the issue was resolved. Could you please move this issue to closed status. Thank you!
@arisliang & @mfidabel, The related PR #15459 patch gets merged and I can see **show_trainable** argument is available in keras master. https://github.com/mfidabel/keras/blob/master/keras/utils/layer_utils.py  And the another PR #17145 was also...
Hello, Thank you for reporting an issue. We're currently in the process of migrating the new `Keras 3` code base from **keras-team/keras-core** to **keras-team/keras.** Consequently, This issue may not be...
@beneyal, I tried to execute the mentioned code on tensorflow v2.13 twice on the coab, and observed that the original image and the augmented image both were different. Kindly find...
@beneyal, Thank you for the confirmation. As mentioned above, the issue got resolved in the latest version. Moving this issue to the closed status. Thank you!
@Dayananda-V, The related issue #28485 was closed & where it was mentioned that With a new converter now the default. TFLite should support Control Flow V2 ops. If you have...
@xielm12, The **tf.feature_column.categorical_column_with_hash_bucket** api was deprecated. Please take a look at this official doc [link](https://www.tensorflow.org/api_docs/python/tf/feature_column/categorical_column_with_hash_bucket) and image for the reference.  tf.feature_column is not recommended...
@trickiwoo, **tf-nightly v2.13.0.dev20230204** which is not the stable version. I tried to execute the code multiple tiimes with the stable version **tf 2.11** and haven't faced any issue. Kindly find...