Skip to content
Open
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
2 changes: 1 addition & 1 deletion scenic/projects/baselines/bert/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import sklearn.metrics

# JAX team is working on type annotation for pytree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
PyTree = Union[Mapping[str, Mapping], Any]


Expand Down
2 changes: 1 addition & 1 deletion scenic/projects/layout_denoise/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from scenic.train_lib_deprecated import train_utils

# JAX team is working on type annotation for pytree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
PyTree = Union[Mapping[str, Mapping], Any]


Expand Down
2 changes: 1 addition & 1 deletion scenic/projects/token_learner/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from scenic.projects.vivit import model_utils as vivit_model_utils

# JAX team is working on type annotation for PyTree:
# https://github.com/google/jax/issues/1555
# https://github.com/jax-ml/jax/issues/1555
Array = Union[jnp.ndarray, np.ndarray]
PyTree = Any

Expand Down