This is an automated email from the ASF dual-hosted git repository.
patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from cf81887 Quantized Elemwise Mul Operator (#17147)
add dfa3d07 Further optimization for NCF model (#17148)
No new revisions were added by this update.
Summary of changes:
example/neural_collaborative_filtering/README.md | 36 ++++++----
.../benchmark.sh} | 65 ++++++++---------
example/neural_collaborative_filtering/convert.py | 2 +-
.../neural_collaborative_filtering/core/model.py | 60 +++++++++++-----
.../model_optimizer.py | 81 ++++++++++++++++++++++
example/neural_collaborative_filtering/ncf.py | 24 +++----
example/neural_collaborative_filtering/train.py | 2 +-
7 files changed, 193 insertions(+), 77 deletions(-)
copy example/{quantization/launch_inference_mkldnn.sh => neural_collaborative_filtering/benchmark.sh}
(62%)
create mode 100644 example/neural_collaborative_filtering/model_optimizer.py
|