Tilak

Results 336 comments of Tilak
trafficstars

Hi, Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current...

@jiayugedede, I was facing a different issue/error while executing the above mentioned code. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/2531ee01e838ec722b6093b2be2d0da7/untitled1297.ipynb) and provide the required code to analyse the issue in...

@jiayugedede, I tried to execute the mentioned code and observed that in the latest keras3.0, the saving of weights are changed. Can you try Saveing all layer weights to a...

Hi, Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current...

@zzzzzzzs, Keras is migrated to Keras 3 with multi backend support. Could you please install Keras separately using pip install keras and import keras directly and let us know the...

@zzzzzzzs, Have you tried with the tensorflow latest version 2.17.0? and provide the update and try as mentioned import Keras. Also this is more related to keras. Please raise the...

@FragrantRookie, Apologies for the delay. It looks like that documentation is a bit outdated. Here are the official supported platforms: https://github.com/tensorflow/tflite-micro#official-builds For other targets than that please have a look...

Hi, Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current...

@mn-48, Hi, By default the colab notebook is using tensorflow v2.17 which contains keras3.0 which was causing the error. Could you please try to import keras2.0 with the below commands....

@Ishticode, I was able to reproduce the issue on tensorflow v2.11, v2.12 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/d8153b468f2dbc37a09b12626f25a0cf/untitled1159.ipynb).