From 274e416a466534a186cdd613693645a1eca6b113 Mon Sep 17 00:00:00 2001 From: chenyushuo <297086016@qq.com> Date: Wed, 25 May 2022 19:46:27 +0800 Subject: [PATCH] FIX: bug fix for `normalize_all` in ml-100k.yaml. (fix for #1294) --- recbole/properties/dataset/ml-100k.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recbole/properties/dataset/ml-100k.yaml b/recbole/properties/dataset/ml-100k.yaml index 133a65130..7c229f814 100644 --- a/recbole/properties/dataset/ml-100k.yaml +++ b/recbole/properties/dataset/ml-100k.yaml @@ -43,3 +43,4 @@ alias_of_entity_id: ~ alias_of_relation_id: ~ preload_weight: ~ normalize_field: ~ +normalize_all: True