redis-nvidia-recsys icon indicating copy to clipboard operation
redis-nvidia-recsys copied to clipboard

Three examples of recommendation system pipelines with NVIDIA Merlin and Redis

Results 2 redis-nvidia-recsys issues
Sort by recently updated
recently updated
newest added

When I used the saved TensorFlow query tower model created using offline-batch-recsys/Offline-Batch-Recommender-System.ipynb for Triton inference server, I got an error saying ``` 1-user-embeddings UNAVAILABLE: Invalid argument: model '1-user-embeddings', tensor 'user_age':...

I was following the notebooks to run the examples, and everything works fine for me when running the Deploying Online Multi-Stage RecSys with Triton Inference Server notebook on GPU. ```...