towhee
/
            
              vit-image-embedding
              
                
                
            
          copied
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
			Readme
Files and versions
		
      
        
        
          
            35 lines
          
        
        
          
            841 B
          
        
        
      
		
    
      
      
    
	
  
	
            35 lines
          
        
        
          
            841 B
          
        
        
      
								# .gitattributes
							 | 
						|
								
							 | 
						|
								# Source files
							 | 
						|
								# ============
							 | 
						|
								*.pxd    text diff=python
							 | 
						|
								*.py     text diff=python
							 | 
						|
								*.py3    text diff=python
							 | 
						|
								*.pyw    text diff=python
							 | 
						|
								*.pyx    text diff=python
							 | 
						|
								*.pyz    text diff=python
							 | 
						|
								*.pyi    text diff=python
							 | 
						|
								
							 | 
						|
								# Binary files
							 | 
						|
								# ============
							 | 
						|
								*.db     binary
							 | 
						|
								*.p      binary
							 | 
						|
								*.pkl    binary
							 | 
						|
								*.pickle binary
							 | 
						|
								*.pyc    binary export-ignore
							 | 
						|
								*.pyo    binary export-ignore
							 | 
						|
								*.pyd    binary
							 | 
						|
								
							 | 
						|
								# Jupyter notebook
							 | 
						|
								*.ipynb  text
							 | 
						|
								
							 | 
						|
								# Model files
							 | 
						|
								*.bin.* filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.lfs.* filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.bin filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.h5 filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.tflite filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.tar.gz filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.ot filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.onnx filter=lfs diff=lfs merge=lfs -text
							 | 
						|
								*.msgpack filter=lfs diff=lfs merge=lfs -text
							 |