often 5 months ago
parent
commit
d45c1a2111

+ 1 - 1
recommend-model-produce/src/main/python/models/wide_and_deep_dataset/reader.py

@@ -6,7 +6,7 @@ import sys
 cont_min_ = [0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
 cont_max_ = [20, 600, 100, 50, 64000, 500, 100, 50, 500, 10, 10, 10, 50]
 cont_diff_ = [20, 603, 100, 50, 64000, 500, 100, 50, 500, 10, 10, 10, 50]
-hash_dim_ = 1000001
+hash_dim_ = 1024
 continuous_range_ = range(1, 14)
 categorical_range_ = range(14, 40)