-
### Keras Recommenders (Keras-RS)
We are considering building *Keras Recommenders*, a multi-backend (TensorFlow, JAX, PyTorch) Keras 3 based library to ease the development of recommender models.
…
-
Hi Team,
Whenever I need to install tf-recommenders, I can only install earlier versions, as the latest version strictly require tensorflow>=2.9.0 in the requirements.txt file, and in the case of m…
-
hi
when i used this code i seen this error
self.task = tfrs.tasks.Retrieval(
metrics=tfrs.metrics.FactorizedTopK(
candidates=(
movies.b…
-
Hi, I am very excited about tensorflow-recommenders. I've been testing the examples, and everything has worked quite well. However I would like to know how can I retrain a retrieval model? How should …
-
When I ran the command : `python run.py --model model --name trial`, I encountered the following question:
```
Traceback (most recent call last):
File "/mnt/mydisk4/anaconda3/envs/_tf2/lib/pytho…
-
I am a developer of tensorflow [recommenders-addons](https://github.com/tensorflow/recommenders-addons) and I now need to develop an all-to-all embedding layer for multi-GPU distributed training of re…
-
Here's an overview of the features we intend to work on in the near future.
## Core Keras
### Saving & export
- Implement saving support for sharded models (sharded weights files).
- Improve…
-
When I run this `python run.py --model model --name trial`
Modify $PATH to customize ptxas location.
This message will be only logged once.
step 100 , total_loss: 1.1564, data_loss: 0.9954, CL lo…
-
With Python3.6, tensorflow 2.3.0 and tensorflow_recommenders 0.5.2, I am getting the following error:
File "/usr/local/lib/python3.6/dist-packages/tensorflow_recommenders/layers/factorized_top_k.py…
-
Version mismatches in tensorflow , tensorflow_datasets, tensorflow_recommenders, scann and python. Impossible to find a combination that works.
You get error messages about something wrong with bui…