Skip to content
Open
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
* Adds experimental `ShapeDtypeStructProtocol` and `ShapeDtypeStruct` to
represent dataset element specs.
* Updates TfMixtureIndexSampler to accept dynamic Tensor/Variable proportions
that could be updated during runtime.
that could be updated during runtime. The proportions can support rank of 1
and 2.
* 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