MCPcopy Create free account
hub / github.com/ACL2020SpellGCN/SpellGCN / gelu

Function gelu

modeling.py:263–276  ·  view source on GitHub ↗

Gaussian Error Linear Unit. This is a smoother version of the RELU. Original paper: https://arxiv.org/abs/1606.08415 Args: x: float Tensor to perform activation. Returns: `x` with the GELU activation applied.

(x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected