Closed jmaksymc closed 2 years ago
Please update README、distribute training files and add DBMTL in modelzoo/README. Adaptive Embedding issue has been submitted to Ali https://github.com/alibaba/DeepRec/issues/236
Please help to change the steps number and update the performance data of Alicloud CPX in JIRA and ignore the accuracy for such a small dataset. Our SPR platform ran into issues, which hasn't been fixed yet. Then we can push the PR to Alibaba.
Updated, performance is on JIRA.
Cleaned comments, changed train/test files names.
WIP
Auto Micro Batch same with https://github.com/alibaba/DeepRec/issues/1279)FusedEmbedding API, embedding fusion10)Smart Stage same with https://github.com/alibaba/DeepRec/issues/12211)Auto Graph Fusion https://github.com/alibaba/DeepRec/issues/14412)CPU Memory Optimization:START_STATISTIC_STEP, STOP_STATISTIC_STEP, jemalloc14)AdamAsync Optimizer15)BF16Incremental Checkpoint14)AdagradDecay2) EmbeddingVariable advanced features:Embedding Elimination Not support EV yet 3) EmbeddingVariable advanced feature:Embedding Filter Not support EV yet 4) Dynamic-dimension Embedding Variable - There is no feature_column API 5) Adaptive Embedding - ERROR: data.shape must start with partitions.shape, got data.shape = [18886], partitions.shape = [512] 17)WorkQueue