Transformers4Rec icon indicating copy to clipboard operation
Transformers4Rec copied to clipboard

fixed error output in notebook 02

Open bbozkaya opened this issue 2 years ago • 2 comments

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.

bbozkaya avatar Aug 08 '23 16:08 bbozkaya

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB