-
| Thanks for the great work. I have a question regarding fused-mbconv layer. Say there is no SE, the layer goes why is there no activation after adding shorcut like ResBlock?? Thank you in advance | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rwightman
          
      
      
        Nov 13, 2021 
      
    
    Replies: 1 comment
-
| @abeyang00 MBConv (or 'Inverted Residual') blocks have linear outputs w/ expansion inverted from ResNet residual blocks. Fused-MBConv is just a different variation so is the same with respect to having linear output | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        abeyang00
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@abeyang00 MBConv (or 'Inverted Residual') blocks have linear outputs w/ expansion inverted from ResNet residual blocks. Fused-MBConv is just a different variation so is the same with respect to having linear output