Parcourir la source

update ad abtest config threshold_update 173-ab1: 1/48 -> 1/96

liqian il y a 1 an
Parent
commit
2260ca9ed2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -1341,7 +1341,7 @@ class BaseConfig(object):
             # 调整步长
             'threshold_update': {
                 'ab0': 1 / 48,
-                'ab1': 1 / 48,
+                'ab1': 1 / 96,
                 'ab2': 1 / 96,
                 'ab3': 1 / 48,
                 'ab4': 1 / 48,