NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.07k stars 142 forks source link

fixed error output in notebook 02 #739

Open bbozkaya opened 12 months ago

bbozkaya commented 12 months ago

Notebook 02 had an error output from Triton server request due to NA values in the category column of the batch data. Added a dropna() statement to clean the rows with NA before sending a request to the Triton server.

review-notebook-app[bot] commented 12 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB