FeedForwardΒΆ
Feedforward layer with activation (usually Linear -> Act -> Linear).
Abstract Signature:
FeedForward(in_features: int, out_features: int, hidden_dims: int, activation: str = relu)
PyTorch
API:
βStrategy: Custom / Partial
Keras
API:
βStrategy: Custom / Partial
Flax NNX
API:
βStrategy: Custom / Partial