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

After enabling smartstaged feature in distributed training with modelzoo code, an error occurs. **Other info / logs** ``` File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call return fn(*args) File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1350,...

According to the [Contribution guidelines and standards](https://github.com/alibaba/DeepRec/blob/b8afd495b3985e442dccc107ae453edc0de4a07c/CONTRIBUTING.md#contribution-guidelines-and-standards), I add these rules hope to help DeepRec to maintain a consistent with existing coding style. The rule file is forked from that...

documentation

This PR introduces abstract prototypes for data workers, including those for graph partitioning (PartitionForDataWorker), DataWorkerController, DataWorkerRendezvous (and those related), and DataWorkerSend/RecvOps. Refer to the document (https://yuque.antfin-inc.com/pai/ac5gpz/pcnmch) for an overview of...

enhancement

Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...

git commit-id, 821d157a22b3257c6a6ea03d53164d388872f7e8, branch, master ''' from __future__ import absolute_import from __future__ import division from __future__ import print_function import os import numpy as np import tensorflow as tf num_x =...

auc is unstable when enable auto_micro_batch in DIN model implemented based on deepctr ## Deeprec Info Build by myself, commit id is `31f83623dde1a1d3792d7f41ba310b29e40abaa7`, released by name r1.15.5-deeprec2204 ## Description Everything...

## URL(s) with the issue: https://deeprec.readthedocs.io/zh/latest/StarServer.html#estimator ## Description of issue (what needs changing): ### Clear description Try to run PS distributed training with SeaStar servers according to the documentation above,...

documentation

An error occurred when Multi-Hash Variable enabled in modelzoo's DIEN. And the doc of Multi-Hash Variable should be updated. https://deeprec.readthedocs.io/zh/latest/Multi-Hash-Variable.html `num_of_partitions` param of `get_multihash_variable` is removed in the code which...

I want to enable Auto Micro Batch feature in WDL and follow the steps in [DeepRec Docs](https://deeprec.readthedocs.io/zh/latest/Auto-Micro-Batch.html), but I get an error. **Code to reproduce the issue** I use following...