丁云鹏 5 months ago
parent
commit
9b69ce9ef9

+ 0 - 1
recommend-model-produce/src/main/python/tools/static_ps_infer_v2.py

@@ -158,7 +158,6 @@ class Main(object):
         model_mode = config.get("runner.model_mode", 0)
         client = HangZhouOSSClient("art-recommend")
         client.get_object_to_file("dyp/test.tar.gz", "test.tar.gz")
-        assert os.path.exists(data_path)
         compress.uncompress_tar("test.tar.gz", init_model_path)
 
         #if fleet.is_first_worker():