bschifferer

Results 108 comments of bschifferer

@rvk007 created a PR to update the TensorFlow model with Merlin Models. I need to review it, but I think we will fix the issue soon

We updated the example to use merlin models (in Merlin/Merlin repo)

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...

Can we add a unittest with testbook, as well?

@radekosmulski I noticed that some notebooks use cuDF. The notebook could run on CPU environments and that would break. We have a function for it. ``` from merlin.core.dispatch import get_lib...

@jperez999 I tested 22.02 pytorch-container with pulling the latest main branch. 1. I initialize all variables (run the code above without `batch = next(iter(train_loader))`) - nvidia-smi shows `1250MiB` 2. If...

I tried to run the same code on TensorFlow. However, I cannot execute `batch = next(iter(train_dataset_tf))` for a NVTabular TensorFlow dataloader

I think we do not support PyTorch + Horovod in the new containers anymore. We have another strategy. In general, I think we will remove the examples until we have...