-
### Project URL
https://pypi.org/project/tensorflow_recommenders_addons
### Does this project already exist?
- [X] Yes
### New Limit
300
### Update issue title
- [X] I have update…
-
https://github.com/tensorflow/recommenders-addons/blob/53b5ac89acddf9e96902e98946e6a8d94589dd02/tensorflow_recommenders_addons/dynamic_embedding/core/kernels/redis_impl/redis_connection_util.hpp#L73
…
-
**Code to reproduce the issue**
```python
import tensorflow as tf
import tensorflow_recommenders as tfra
import tensorflow_recommenders_addons.dynamic_embedding as de
def build_model():
…
-
**System information**
*Linux version 3.10.0
*TensorFlow version 2.8.3,binary
*TensorFlow-Recommenders-Addons version 0.6 binary
*Python version:3.8
*Is GPU used? (yes/no):no
**Describe the bu…
-
**System information**
OS Platform: Debian
TF version: 2.15.0
Python version: 3.10
TFRA: built from master
GPU: no
I am using a local in-process cluster to simulate a PS strategy. I am tryin…
-
I notice that SquashedEmbedding allow arbirary shape of tensor and reduce them after lookup.
But in most situations, inputs may be ragged tensors, like tags and other sideinfos.
In this case, i try…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Ubuntu 20.04
- TensorFlow version and how it was installed (source or binary):
TF2.8 installed by pip
- TensorFlo…
-
I faced bug in the [TensorFlow Transform Repo](https://github.com/tensorflow/transform/)
I want to create custom Transformer model and need my own WordPiece vocabulary, tokenizer, packer and prepr…
Daard updated
4 months ago
-
微博内容精选
-
**Describe the feature and the current behavior/state.**
First of all, thank you all for making this awesome project!
Right now dynamic embedding seems does not support embedding lookup with ragge…