How to create model with custom BatchNorm arguments? #1064
              
                Unanswered
              
          
                  
                    
                      MichaelMonashev
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I tried
model = timm.create_model('efficientnetv2_s', norm_layer=partial(torch.nn.BatchNorm2d, affine=False))but got error:Beta Was this translation helpful? Give feedback.
All reactions