You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can define featurizers in two chunks, an initial chunk that takes arbitrarily sized input of any allowed type and converts it to a normalized-size tensor, then an optional Nx chunk that does further processing. This plus some shape information should allow us to compile the Nx chunk together with the model in serving implementations.
The text was updated successfully, but these errors were encountered:
We can define featurizers in two chunks, an initial chunk that takes arbitrarily sized input of any allowed type and converts it to a normalized-size tensor, then an optional Nx chunk that does further processing. This plus some shape information should allow us to compile the Nx chunk together with the model in serving implementations.
The text was updated successfully, but these errors were encountered: