|
@@ -1075,22 +1075,52 @@ class BaseConfig(object):
|
|
|
},
|
|
|
|
|
|
'target_uv_param': {
|
|
|
+ 'ab0': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_max_update_step': 30}
|
|
|
+ },
|
|
|
+ 'ab2': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_max_update_step': 30}
|
|
|
+ },
|
|
|
+ 'ab4': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], '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_max_update_step': 30}
|
|
|
},
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
'ab6': {
|
|
|
- 'update_hours': list(range(9)), 'update_param': 1/2,
|
|
|
- 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.02,
|
|
|
- 'special_max_update_step': 15}
|
|
|
- },
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], '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_max_update_step': 30}
|
|
|
+ },
|
|
|
+ 'ab8': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_max_update_step': 30}
|
|
|
+ },
|
|
|
'ab9': {
|
|
|
'update_hours': list(range(9)), 'update_param': 0,
|
|
|
'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
'special_max_update_step': 30}
|
|
|
},
|
|
|
- }
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
APP_TYPE['PIAO_QUAN_VIDEO_PLUS']: {
|
|
@@ -1129,6 +1159,19 @@ class BaseConfig(object):
|
|
|
'ab8': 1 / 48,
|
|
|
'ab9': 1 / 48,
|
|
|
},
|
|
|
+
|
|
|
+ 'target_uv_param': {
|
|
|
+ 'ab1': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_max_update_step': 30}
|
|
|
+ },
|
|
|
+ 'ab2': {
|
|
|
+ 'update_hours': list(range(9)), 'update_param': 0,
|
|
|
+ 'special_update_config': {'special_hours': [0, 1, 9, 10], 'special_gradient': 0.01,
|
|
|
+ 'special_max_update_step': 30}
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
APP_TYPE['LONG_VIDEO']: {
|