配置上传报告
This commit is contained in:
parent
046e6dcc7b
commit
b48efcf1d1
@ -1114,6 +1114,8 @@ class Config:
|
|||||||
@property
|
@property
|
||||||
def is_fivemodels(self): return global_config['is_fivemodels']
|
def is_fivemodels(self): return global_config['is_fivemodels']
|
||||||
@property
|
@property
|
||||||
|
def is_update_report(self): return global_config['is_update_report']
|
||||||
|
@property
|
||||||
def weight_dict(self): return global_config['weight_dict']
|
def weight_dict(self): return global_config['weight_dict']
|
||||||
|
|
||||||
# 模型参数
|
# 模型参数
|
||||||
@ -1141,8 +1143,6 @@ class Config:
|
|||||||
def is_update_eta(self): return global_config['is_update_eta']
|
def is_update_eta(self): return global_config['is_update_eta']
|
||||||
@property
|
@property
|
||||||
def is_update_eta_data(self): return global_config['is_update_eta_data']
|
def is_update_eta_data(self): return global_config['is_update_eta_data']
|
||||||
@property
|
|
||||||
def is_update_report(self): return global_config['is_update_report']
|
|
||||||
|
|
||||||
# 时间参数
|
# 时间参数
|
||||||
@property
|
@property
|
||||||
|
@ -16,6 +16,7 @@ global_config.update({
|
|||||||
'is_debug': is_debug,
|
'is_debug': is_debug,
|
||||||
'is_train': is_train,
|
'is_train': is_train,
|
||||||
'is_fivemodels': is_fivemodels,
|
'is_fivemodels': is_fivemodels,
|
||||||
|
'is_update_report': is_update_report,
|
||||||
'settings': settings,
|
'settings': settings,
|
||||||
'weight_dict': weight_dict,
|
'weight_dict': weight_dict,
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ global_config.update({
|
|||||||
'is_debug': is_debug,
|
'is_debug': is_debug,
|
||||||
'is_train': is_train,
|
'is_train': is_train,
|
||||||
'is_fivemodels': is_fivemodels,
|
'is_fivemodels': is_fivemodels,
|
||||||
|
'is_update_report': is_update_report,
|
||||||
'settings': settings,
|
'settings': settings,
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ global_config.update({
|
|||||||
'is_debug': is_debug,
|
'is_debug': is_debug,
|
||||||
'is_train': is_train,
|
'is_train': is_train,
|
||||||
'is_fivemodels': is_fivemodels,
|
'is_fivemodels': is_fivemodels,
|
||||||
|
'is_update_report': is_update_report,
|
||||||
'settings': settings,
|
'settings': settings,
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user