Sachin Prasad
Sachin Prasad
I was able to reproduce the error, attaching the Gist [here](https://colab.sandbox.google.com/gist/sachinprasadhs/b638bf24f22b21493457f863e3e71ebb/1667.ipynb) for reference. Thanks!
@pksX01 , Can you generate .ipynb and .md files instead of making manual changes. Refer: https://github.com/keras-team/keras-io?tab=readme-ov-file#creating-a-new-example-starting-from-a-python-script
Can you exclude the workflow changes in this PR.
@awsaf49 , Just curious to know if it was working fine before? Or you just noticed it for the first time?
Hi, This looks like a dependency library issue. Could you please try upgrading the wrapt library and run the code again. `pip install --upgrade wrapt`
Closing this PR since the changes are already made in the PR here https://github.com/keras-team/keras-io/pull/1857
Adding author of the notebook @sayakpaul
@clintg6 , Please create a PR, Keras team would be happy to review.
@sitamgithub-MSIT , Please go ahead and make the changes.
Assigning @mattdangerw, there is an error with the URL, it is throwing 403 forbidden error. ``` keras.utils.get_file( origin="https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-103-raw-v1.zip", extract=True, ) ```