| 
					
				 | 
			
			
				@@ -216,7 +216,7 @@ def main(args): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(upload_oss): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             compress.compress_tar(model_save_path, model_save_path + ".tar.gz") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             client = HangZhouOSSClient("art-recommend") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            client.put_object_from_file(model_save_path + ".tar.gz", oss_object_name) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            client.put_object_from_file(oss_object_name, model_save_path + ".tar.gz") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             logger.info("file {} upload success".format(model_save_path + ".tar.gz")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if use_save_data: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             save_data(fetch_batch_var, model_save_path) 
			 |