Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/ipynb/orbax_checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Orbax Checkpointing in Keras\n",
"\n",
"**Author:** [Amit Srivastava](https://github.com/amitsrivastava78)<br>\n",
"**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)<br>\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For consistency with the other author link, please remove the trailing slash from the URL.

Suggested change
"**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)<br>\n",
"**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat), [Amit Srivastava](https://github.com/amitsrivastava78)<br>\n",

"**Date created:** 2025/11/20<br>\n",
"**Last modified:** 2026/03/04<br>\n",
"**Description:** Save and load Orbax checkpoints with distributed resharding."
Expand Down Expand Up @@ -633,4 +633,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
2 changes: 1 addition & 1 deletion guides/md/orbax_checkpoint.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Orbax Checkpointing in Keras

**Author:** [Amit Srivastava](https://github.com/amitsrivastava78)<br>
**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)<br>
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For consistency with the other author link, please remove the trailing slash from the URL.

Suggested change
**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)<br>
**Author:** [Samaneh Saadat](https://github.com/SamanehSaadat), [Amit Srivastava](https://github.com/amitsrivastava78)<br>

**Date created:** 2025/11/20<br>
**Last modified:** 2026/03/04<br>
**Description:** Save and load Orbax checkpoints with distributed resharding.
Expand Down
2 changes: 1 addition & 1 deletion guides/orbax_checkpoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Title: Orbax Checkpointing in Keras
Author: [Amit Srivastava](https://github.com/amitsrivastava78)
Author: [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For consistency and readability, please add a space after the comma and remove the trailing slash from the URL.

Suggested change
Author: [Samaneh Saadat](https://github.com/SamanehSaadat/), [Amit Srivastava](https://github.com/amitsrivastava78)
Author: [Samaneh Saadat](https://github.com/SamanehSaadat), [Amit Srivastava](https://github.com/amitsrivastava78)

Date created: 2025/11/20
Last modified: 2026/03/04
Description: Save and load Orbax checkpoints with distributed resharding.
Expand Down
Loading