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

Documentation Fix - Ragged Tensor #2302

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

balaganesh102004
Copy link
Contributor

Addressing issue #65399 in tensorflow repo, The documentation for RaggedTensors in which it stated that
"Ragged tensors may be passed as inputs to a Keras model by setting ragged=True on tf.keras.Input or tf.keras.layers.InputLayer."
As there was no support for ragged tensors in the input layer as a parameter. I have altered the documentation to reflect this change and resolve the inconsistency.

@balaganesh102004 balaganesh102004 requested a review from a team as a code owner April 11, 2024 17:09
Copy link

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin master

Copy link
Member

@MarkDaoust MarkDaoust left a comment

Choose a reason for hiding this comment

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

This example still fails with these changes on TF2.16 + keras 3.2.1

@8bitmp3 8bitmp3 added the awaiting-contributor-response Indicates a question, draft, or work-in-progress label May 10, 2024
@MarkDaoust
Copy link
Member

Fixes: tensorflow/tensorflow#65399

@MarkDaoust MarkDaoust added the ready to pull Start merge process label Aug 23, 2024
@copybara-service copybara-service bot merged commit 5c5a466 into tensorflow:master Aug 26, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-contributor-response Indicates a question, draft, or work-in-progress ready to pull Start merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants