Browse Source
        
      
      Update the test script
      
        Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
      
      
        main
      
      
     
    
    
    
	
		
			
				 1 changed files with 
0 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					test_image_embedding_operator_template.py
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				| 
					
					
					
				 | 
				@ -1,4 +1,3 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				import unittest | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				from PIL import Image | 
				 | 
				 | 
				from PIL import Image | 
			
		
		
	
		
			
				 | 
				 | 
				from torchvision import transforms | 
				 | 
				 | 
				from torchvision import transforms | 
			
		
		
	
		
			
				 | 
				 | 
				from image_embedding_operator_template import ImageEmbeddingOperatorTemplate | 
				 | 
				 | 
				from image_embedding_operator_template import ImageEmbeddingOperatorTemplate | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |