NVTabular icon indicating copy to clipboard operation
NVTabular copied to clipboard

[BUG] nvtabular input datatypes are wrong

Open bschifferer opened this issue 3 years ago • 3 comments

Describe the bug Although some columns are float32, NVTabular defines all input datatypes as int32. This causes error when deploying to Triton Inference Server

image

Run criteo example inlcuding the notebook 04-Triton-Inference-with-TF

bschifferer avatar Nov 10 '21 14:11 bschifferer

Which fields aren't supposed to be int32 and what error does it cause?

karlhigley avatar Nov 16 '21 21:11 karlhigley

fields starting with I are numerical features and should be float32.

I got errors, when I tried using perf_analyzer with custom data. I think I am not sure, how Triton handles the normal requests, as in the notebook, when we send a float32 to an features with int32

bschifferer avatar Nov 16 '21 21:11 bschifferer

@bschifferer is this still broken?

EvenOldridge avatar Jun 10 '22 00:06 EvenOldridge

I think it is fixed

bschifferer avatar Aug 23 '22 13:08 bschifferer