Where did Transform's "as_item" go to?

Working on a Transform where each single input is a list of sentences.

I was hoping to use the as_item=True so that the Transform will operate at the tuple level instead of being applied to each element in the list.

Is there a way to still have that behavior?

You should make your Transform an ItemTransform.

2 Likes

The data set is the IMDB-WIKI data set in which we try to guess the expected age from an individual image.