From 49f6d182e1335579179e8556c3e3ad1c570536d7 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Jul 2020 15:27:09 +0800 Subject: [PATCH] BST Model --- BST/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BST/README.md b/BST/README.md index c10c2b3..57b9ca5 100644 --- a/BST/README.md +++ b/BST/README.md @@ -1,5 +1,8 @@ # tf.version == '2.1.0' +# 运行 + ++ python bst_model.py # 模型 summary @@ -95,4 +98,6 @@ None 1. Behavior sequence transformer for e-commerce recommendation in Alibaba 2. https://zhuanlan.zhihu.com/p/161311198 + +3. https://github.com/czy36mengfei/tensorflow2_tutorials_chinese/tree/master/026-Transformer ``` \ No newline at end of file