Skip to content

[INF] Adjust the shape of TF Dataloader ragged list outputs #801

@EvenOldridge

Description

@EvenOldridge

Problem:

TF Dataloader produces shapes that make serving the model difficult. Models has code to take this awkward shape and rework it to what the model actually requires, but the serving signature it saves is the input from the dataloader. This code should be moved upstream into the dataloader so it doesn't need to be repeated at inference time.

Goal:

Constraints:

Only want to apply the transform in the appropriate place, requiring schema awareness.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions