Tilak

Results 336 comments of Tilak
trafficstars

@ensound1, I suspect there are some discrepancies happening because of multiple environments in the system. Could you please try to create the virtual environment and try to follow the steps...

@hboyar, If you iterate through the vocab, you should find some tokens. They weren't used for training, but can be used for any other purpose. 99 unused tokens are reserved...

@jonas-eschle, Have you got the chance to take a look at the PR which was raised and it got merged. https://github.com/keras-team/tf-keras/pull/779. Also when I checked the respective create_pip_helper.py, in both...

@sachinprasadhs, I was able to reproduce the issue on tensorflow v2.15, tf-keras. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/3889856fb60104698079beb802206e9b/untitled.ipynb).

@msusol, I was facing a different error while executing the mentioned code. Could you please share all the dependencies to replicate the issue. Thank you!

@kr-Ayaman, Apologies for the delay. Could you please confirm which version of tf-keras you are trying and the TensorFlow version as well. AFAIK it is possible that **tf.compat.v1.losses.sparse_softmax_cross_entropy** which calls...

@kr-Ayaman, COuld you please let us know in which environment you are facing the mentioned warning? I tried in the colab and could not find the warning. Thank you!

@gowthamkpr, I was able to reproduce the issue on tensorflow [v2.8](https://colab.research.google.com/gist/tilakrayal/a5ee0fe112e214d5a56dec3998f670bc/2-8-17012.ipynb), [v2.9](https://colab.research.google.com/gist/tilakrayal/362c5b3945c7b16f7e94c9b58b3d909b/2_9_17012.ipynb) and nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/e0a1191bc9fd3aa84b194ae9e4f15600/2_11_17012.ipynb).

@David-hosting, This is a known issue. Developers are working on resolving this bug. Also could you please take a look at the issue and [comment](https://github.com/keras-team/tf-keras/issues/418) from the developer with the...

@MaxiBoether, Could you please try to replace it from **tensorflow import keras** with **import tf_keras as keras**. Kindly find the [gist](https://colab.research.google.com/gist/tilakrayal/124bc8e30327cc19b7b2810d53d6d8d7/untitled1743.ipynb) for the reference. Thank you!