|
@@ -798,8 +798,7 @@ if __name__ == '__main__':
|
|
if result:
|
|
if result:
|
|
update_online_res = update_online_model()
|
|
update_online_res = update_online_model()
|
|
if update_online_res:
|
|
if update_online_res:
|
|
- online_model_config = get_online_model_config('ad_rank_dnn_v11_easyrec')
|
|
|
|
- update_trained_cids_pointer(online_model_config['model_name'], online_model_config['online_date'])
|
|
|
|
|
|
+ update_trained_cids_pointer()
|
|
print("success")
|
|
print("success")
|
|
step_end_time = int(time.time())
|
|
step_end_time = int(time.time())
|
|
elapsed = step_end_time - start_time
|
|
elapsed = step_end_time - start_time
|