redis-nvidia-recsys
redis-nvidia-recsys copied to clipboard
Three examples of recommendation system pipelines with NVIDIA Merlin and Redis
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. ```...