Skip to content

Commit

Permalink
Switch pmap to jit and [automatic parallelization](https://jax.readth…
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor authored and The TensorFlow Datasets Authors committed Sep 4, 2023
1 parent 2c66051 commit 9ce5057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/core/dataset_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from typing import Any, Callable, Iterable, Iterator, Union

from etils import enp
from etils.etree import nest as etree
from etils.etree import nest as etree # pylint: disable=g-importing-member
import numpy as np
from tensorflow_datasets.core import logging as tfds_logging
from tensorflow_datasets.core import utils
Expand Down

0 comments on commit 9ce5057

Please sign in to comment.