-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add back original author name #2313
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
Changes from all commits
38834a0
6abd514
433f7a2
662e4f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For consistency with the other author link, please remove the trailing slash from the URL.
Suggested change
|
||||||
| **Date created:** 2025/11/20<br> | ||||||
| **Last modified:** 2026/03/04<br> | ||||||
| **Description:** Save and load Orbax checkpoints with distributed resharding. | ||||||
|
|
||||||
| 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) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For consistency and readability, please add a space after the comma and remove the trailing slash from the URL.
Suggested change
|
||||||
| Date created: 2025/11/20 | ||||||
| Last modified: 2026/03/04 | ||||||
| Description: Save and load Orbax checkpoints with distributed resharding. | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with the other author link, please remove the trailing slash from the URL.