-
Notifications
You must be signed in to change notification settings - Fork 307
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
Missing import in t5x/checkpoints.py #1353
Comments
I'm having the same issue, some additional imports were missing (event_file_loader, directory_watcher).
|
copybara-service bot
pushed a commit
that referenced
this issue
Jul 29, 2024
PiperOrigin-RevId: 657208154
Merged
copybara-service bot
pushed a commit
that referenced
this issue
Jul 29, 2024
PiperOrigin-RevId: 657208154
copybara-service bot
pushed a commit
that referenced
this issue
Jul 29, 2024
PiperOrigin-RevId: 657208154
copybara-service bot
pushed a commit
that referenced
this issue
Jul 30, 2024
PiperOrigin-RevId: 657208154
copybara-service bot
pushed a commit
that referenced
this issue
Jul 30, 2024
PiperOrigin-RevId: 657208154
copybara-service bot
pushed a commit
that referenced
this issue
Jul 30, 2024
PiperOrigin-RevId: 657567841
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! There seems to be a missing import in
t5x/checkpoints.py
. Inserting the proposed import (based on this) seems to have done the trick, but before that line gets permanently engraved into a PR until the end of time, I'd like to raise this for discussion.Proposed import
Culprit code
The text was updated successfully, but these errors were encountered: