Re-org baselines

This commit is contained in:
D-X-Y
2021-03-25 13:51:45 +00:00
parent e7467fd474
commit b85bfcbe41
4 changed files with 44 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ class SuperLayerNorm1D(SuperModule):
"""Super Layer Norm."""
def __init__(
self, dim: IntSpaceType, eps: float = 1e-5, elementwise_affine: bool = True
self, dim: IntSpaceType, eps: float = 1e-6, elementwise_affine: bool = True
) -> None:
super(SuperLayerNorm1D, self).__init__()
self._in_dim = dim