Recent Posts

GEM Pooling

1 minute read

``` class GeM(nn.Module): def init(self, p=3, eps=1e-6): super(GeM, self).init() self.p = nn.Parameter(torch.ones(1)*p) self.eps ...

LORA

less than 1 minute read

https://arxiv.org/abs/2106.09685