DeepRec icon indicating copy to clipboard operation
DeepRec copied to clipboard

DeepRec is a high-performance recommendation deep learning framework based on TensorFlow. It is hosted in incubation in LF AI & Data Foundation.

Results 104 DeepRec issues
Sort by recently updated
recently updated
newest added

Here is my test code ```python import tensorflow as tf from tensorflow.python.data.experimental.ops import parquet_dataset_ops s = tf.Session() ds = parquet_dataset_ops.ParquetDataset('test.parquet', batch_size=10) dataset_output_types = tf.data.get_output_types(ds) dataset_output_shapes = tf.data.get_output_shapes(ds) iterator = tf.data.Iterator.from_structure(dataset_output_types,...

I construct a model `pScore = pSee * pCtr` where `pCtr`has an old checkpoint and `pSee` is newly added. Variables in `pCtr` is restored by warm start and the name...

https://github.com/DeepRec-AI/DeepRec/blob/8d8e16aae66add22cf8a4812d549c83f3569ef13/addons/sparse_operation_kit/core/adapter/lookup_adapter.cpp#L71

I encountered an issue while compiling sok using the instructions provided in the official documentation on the master branch. It appears that the sok's lookup function has been replaced with...

The DeepRec docs are open source! To get involved, read the user documents: https://deeprec.readthedocs.io/en/latest/index.html **URL(s) with the issue** https://github.com/DeepRec-AI/DeepRec **Description of issue (what needs changing)** Who can not join the...

We use triton inference server for online inference, Can deeprec processor be used in triton inference server?

一开始用的是release版镜像,会有指令core,目测是发布的版本和本机器cpu指令集有不兼容的地方。所以自己编译一版,有一些小问题。 我是在docker容器内编译的,宿主机的cuda是12.0,容器是不是也要装一套一样的cuda+cudnn?

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 20.04): Linux - DeepRec version or commit id: be62ec312595b51b74260f96a6c0872ce5f1540c - Python version: 3.8 - Bazel version (if compiling from source):...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 20.04): - DeepRec version or commit id: - Python version: - Bazel version (if compiling from source): - GCC/Compiler version...

bug