From e9b8f5fbb7600bb1ecc8dec23905c4dc274518a1 Mon Sep 17 00:00:00 2001 From: Bella-Zhao Date: Wed, 24 Jan 2018 16:45:26 +0800 Subject: [PATCH] fix bug --- youtube_recall/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_recall/README.md b/youtube_recall/README.md index 91aaf6cc..ee26f0ea 100644 --- a/youtube_recall/README.md +++ b/youtube_recall/README.md @@ -75,7 +75,6 @@ The fucntion of this script is as follows: - Filter low-frequency features\[[2](#References)\], which appears less than `feat_appear_limit` times. - Encode features, and generate dictionary `feature_dict.pkl`. - Count the probability of each video appears and write into `item_freq.pkl`, and provide it to NCE layer. -``` For example, run the following command to accomplish data pre-processing: ``` -- GitLab