lambda-networks
lambda-networks copied to clipboard
Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute
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...