Tilak

Results 337 comments of Tilak
trafficstars

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 ![image](https://user-images.githubusercontent.com/81610181/216673218-3a33af8a-6036-44b3-ade3-54aa14456667.png) 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. ![Screenshot 2023-02-25 8 06 15 PM](https://user-images.githubusercontent.com/81610181/221362726-40f039a8-af6d-4fc6-ace2-c2082feb6d3a.png) 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...