From 579209af16fb9ebe0583a28ebc0e0932b606fc92 Mon Sep 17 00:00:00 2001 From: Bella-Zhao Date: Wed, 24 Jan 2018 16:44:40 +0800 Subject: [PATCH] fix bug --- youtube_recall/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_recall/README.md b/youtube_recall/README.md index 2dfda313..91aaf6cc 100644 --- a/youtube_recall/README.md +++ b/youtube_recall/README.md @@ -78,7 +78,7 @@ The fucntion of this script is as follows: ``` For example, run the following command to accomplish data pre-processing: -```shell +``` python data_processor.py --train_set_path=./data/train.txt \ --output_dir=./output \ --feat_appear_limit=20 -- GitLab