Mish — PyTorch 1.10.1 documentation
pytorch.org › docs › stableMish — PyTorch 1.10.1 documentation Mish class torch.nn.Mish(inplace=False) [source] Applies the Mish function, element-wise. Mish: A Self Regularized Non-Monotonic Neural Activation Function. \text {Mish} (x) = x * \text {Tanh} (\text {Softplus} (x)) Mish(x) = x∗Tanh(Softplus(x)) Note