Skip to content

Minibatched data-handling#437

Closed
odunbar wants to merge 87 commits into
mainfrom
orad/minibatch-helper
Closed

Minibatched data-handling#437
odunbar wants to merge 87 commits into
mainfrom
orad/minibatch-helper

Conversation

@odunbar

@odunbar odunbar commented Jun 25, 2026

Copy link
Copy Markdown
Member

Purpose

Content

  • add flattening helper, and use it in get_training_points and encoder_kwargs_from. The helper takes pairs (u,g_batched) with for example with g_batch of size 3*dim_y x n_samples and converts it to ( (u,g_1), (u,g_2), (u,g_3)) where g_i is of size dim_y x n_samples
  • add unit tests for the helper
  • add docs to explain the behaviour with minibatching

  • I have read and checked the items on the review checklist.

@odunbar odunbar closed this Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minibatching compatability with CES, internalize flattening operations

1 participant