Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Conversation

@mmarcinmichal
Copy link

The code, originally in version 1.4.1, has been upgraded to version 1.5.1. The main changes include:

  • Compatibility with Tensorflow 2.13.0
  • Compatibility with jax==0.4.20
  • Update of dependencies
  • Bringing the code to a Build passing status (running tests, with minor exclusions for terraformer and RL tests).

henrykmichalewski and others added 30 commits July 15, 2021 14:22
PiperOrigin-RevId: 385008224
PiperOrigin-RevId: 386141282
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.