|
@@ -1657,28 +1657,28 @@ class BaseConfig(object):
|
|
|
'gradient': 0.05,
|
|
|
'max_update_step': 5,
|
|
|
'threshold_update': {
|
|
|
- 'ab0': 1 / 48,
|
|
|
- 'ab1': 1 / 48,
|
|
|
+ 'ab0': 1 / 96,
|
|
|
+ 'ab1': 1 / 96,
|
|
|
'ab2': 1 / 96,
|
|
|
'ab3': 1 / 96,
|
|
|
- 'ab4': 1 / 48,
|
|
|
- 'ab5': 1 / 48,
|
|
|
- 'ab6': 1 / 48,
|
|
|
- 'ab7': 1 / 48,
|
|
|
- 'ab8': 1 / 48,
|
|
|
- 'ab9': 1 / 48,
|
|
|
+ 'ab4': 1 / 96,
|
|
|
+ 'ab5': 1 / 96,
|
|
|
+ 'ab6': 1 / 96,
|
|
|
+ 'ab7': 1 / 96,
|
|
|
+ 'ab8': 1 / 96,
|
|
|
+ 'ab9': 1 / 96,
|
|
|
},
|
|
|
# 分时段控制目标uv参数
|
|
|
'target_uv_param': {
|
|
|
'ab0': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab1': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab2': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
@@ -1693,32 +1693,32 @@ class BaseConfig(object):
|
|
|
'ab4': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab5': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab6': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab7': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab8': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
'ab9': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 23}
|
|
|
+ 'special_max_update_step': 29}
|
|
|
}, # 0-7点,uv控制在0%
|
|
|
},
|
|
|
},
|