-
| Is there a reason some of the EfficientNet models with tensorflow-ported weights don't require ImageNet mean-std normalization? Do they have this preprocessing step built into the model? It's a bit jarring to see only some of them have this. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rwightman
          
      
      
        May 21, 2022 
      
    
    Replies: 1 comment 3 replies
-
| @yhshin11 it's just a different weight normalization strategy, it's more common for Google trained models, it maps pixel range to have zero mean, [-1, 1] | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        yhshin11
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@yhshin11 it's just a different weight normalization strategy, it's more common for Google trained models, it maps pixel range to have zero mean, [-1, 1]