This repository was archived by the owner on Oct 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 828
Refactoring to 1.5.1 #1792
Open
mmarcinmichal
wants to merge
1,764
commits into
google:master
Choose a base branch
from
mmarcinmichal:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactoring to 1.5.1 #1792
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiperOrigin-RevId: 385008224
…model. PiperOrigin-RevId: 385184130
PiperOrigin-RevId: 386141282
PiperOrigin-RevId: 388370105
PiperOrigin-RevId: 388585118
PiperOrigin-RevId: 389321901
PiperOrigin-RevId: 389322099
PiperOrigin-RevId: 389322729
PiperOrigin-RevId: 389322833
PiperOrigin-RevId: 389325185
An upcoming change to JAX wraps `jit` decorators around more standard library functions, including division (/). jit-decorated functions will error if passed a large Python scalar integer that overflows the range of a int32 or int64. The workaround is to explicitly case the Python scalar to a specific type, here np.float32. PiperOrigin-RevId: 390152127
__________________________________ Fix variable names + formatting Add rel attention wrapper layer Gin configurable resampling layers Add unit tests Import the current model Add rel attn inputs Overwrite rel attention by the current version
Updated gin for imagenet32 Fix formatting Enwik8 and imagenet64 configs Remove assert Rename + fix formatting Add docstrings
…-components-swos8s
…h-separate-components-swos8s'
optimizer tf utils
New yaml configuration
New yaml configuration
New yaml configuration
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The code, originally in version 1.4.1, has been upgraded to version 1.5.1. The main changes include: