Skip to content
Merged
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
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
used to save one data copy.
* Adds experimental `ShapeDtypeStructProtocol` and `ShapeDtypeStruct` to
represent dataset element specs.
* Updates TfMixtureIndexSampler to support datasets with weights of 0.
* Updates TfMixtureIndexSampler so that proportions could be updated during
iteration.
* Updates TfMixtureIndexSampler to accept dynamic Tensor/Variable proportions
that could be updated during runtime.
* Adds profiling of multiprocess workers when using XProf profiler. To enable,
set flag `grain_enable_multiprocess_worker_profiling=true` and add
`"profile_subprocesses" = True` in advanced profiler options.
Expand Down
Loading