From 7055de72e4e524453e7ce423c52d67431d12849a Mon Sep 17 00:00:00 2001 From: guru4elephant <35550832+guru4elephant@users.noreply.github.com> Date: Sat, 27 Oct 2018 22:04:46 +0800 Subject: [PATCH] Update README.md --- fluid/PaddleRec/multiview-simnet/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fluid/PaddleRec/multiview-simnet/README.md b/fluid/PaddleRec/multiview-simnet/README.md index 7df116b8..e83ac70f 100644 --- a/fluid/PaddleRec/multiview-simnet/README.md +++ b/fluid/PaddleRec/multiview-simnet/README.md @@ -19,8 +19,8 @@ python train.py The command line options for inference can be listed by `python infer.py -h` ## Future work -### Multiple types of pairwise loss will be added in this project. For different views of features between a user and an item, multiple losses will be supported. The model will be verified in real world dataset. -### infer will be added -### Parallel Executor will be added in this project -### Distributed Training will be added +- Multiple types of pairwise loss will be added in this project. For different views of features between a user and an item, multiple losses will be supported. The model will be verified in real world dataset. +- infer will be added +- Parallel Executor will be added in this project +- Distributed Training will be added -- GitLab