We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136440d commit 3828676Copy full SHA for 3828676
timm/layers/norm_act.py
@@ -478,7 +478,7 @@ class RmsNormAct(RmsNorm):
478
def __init__(
479
self,
480
num_channels,
481
- eps=1e-5,
+ eps=1e-6,
482
affine=True,
483
apply_act=True,
484
act_layer=nn.ReLU,
@@ -511,7 +511,7 @@ class RmsNormAct2d(RmsNorm2d):
511
512
513
514
515
516
517
0 commit comments