|
@@ -1092,14 +1092,14 @@ class BaseConfig(object):
|
|
|
},
|
|
|
'ab4': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
- },
|
|
|
+ },
|
|
|
'ab5': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
- },
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
@@ -1107,12 +1107,12 @@ class BaseConfig(object):
|
|
|
|
|
|
'ab6': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
- },
|
|
|
+ },
|
|
|
'ab7': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
},
|
|
|
'ab8': {
|
|
@@ -1122,9 +1122,9 @@ class BaseConfig(object):
|
|
|
},
|
|
|
'ab9': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
- },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
|