wala / ML

Eclipse Public License 2.0
23 stars 17 forks source link

Add `experimental_distribute_datasets_from_function` callback #116

Closed khatchad closed 7 months ago

khatchad commented 7 months ago

Blocked on #115.

          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 commented 7 months ago

Some work on this here by @tatianacv:

khatchad commented 7 months ago

Additional references:

khatchad commented 7 months ago

The following references may help with the test case, and this is most likely also blocked on #89:

khatchad commented 7 months ago

Dupe of #113.