Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert "text generation with miniature gpt" to Keras Core #676

Conversation

freedomtan
Copy link
Contributor

convert the Keras IO "Text generation with a miniature GPT" example to Keras Core:

  1. colab notebook
  2. main diff, 77b0c3c

It works for 'tensorflow' and 'torch'. For 'jax', because ops.tile() is used, we need to disable some dynamic behavior as in #623

Copy link
Member

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@fchollet fchollet merged commit 3bc3544 into keras-team:main Aug 8, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants