lambda-networks icon indicating copy to clipboard operation
lambda-networks copied to clipboard

Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute

Results 13 lambda-networks issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to reproduce of this. I'm build the `LambdaResnet`,a little question is `BatchNorm and activation` are needed after this(LambdaLayer)? Thanks.

Does Lambda Layer support multiscale training, it seems like that you have to specify n?

Hi @lucidrains, Thanks a lot for providing this implementation so quickly. I have a question regarding your (or other's) experience on the efficiency of Lambdalayers. I tried to implement a...