ML icon indicating copy to clipboard operation
ML copied to clipboard

Handle distributed values

Open khatchad opened this issue 2 years ago • 2 comments

          For [`experimental_distribute_datasets_from_function`](https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/distribute/Strategy#experimental_distribute_values_from_function), that function:

Generates tf.distribute.DistributedValues from value_fn.

Tracking DistributedValues isn't currently supported.

Originally posted by @khatchad in https://github.com/wala/ML/issues/92#issuecomment-1839575322

khatchad avatar Dec 05 '23 19:12 khatchad

DistributedValues seems to be an iterable construct.

khatchad avatar Dec 05 '23 19:12 khatchad

We could treat these as a dataset.

khatchad avatar Mar 01 '24 18:03 khatchad