|
@@ -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)
|
|
|
|
|
|
|