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
I have seen that dali already have prebuilt functions for image preprocessing like dali.fn.resize(images, resize_x=299, resize_y=299).
But does it provide any preprocessing functions for text as well like performing tokenization of text on the Triton server-side, typically for transformer models?
Thanks!
The text was updated successfully, but these errors were encountered:
Unfortunately, at the moment DALI doesn't support text preprocessing. Is there any particular tokenizer you are referring to? As far as I know, transferring tokenization on the GPU wouldn't make much gain, since this algorithm is not easily parallelizeable.
Hi,
I have seen that dali already have prebuilt functions for image preprocessing like dali.fn.resize(images, resize_x=299, resize_y=299).
But does it provide any preprocessing functions for text as well like performing tokenization of text on the Triton server-side, typically for transformer models?
Thanks!
The text was updated successfully, but these errors were encountered: