Feed forward layer for transformer encoder
1 2 3 4 5 6 7 8 9 | layer_feed_forward(
x,
filters,
hidden_depth,
dropout = 0,
layer_type = "dense_relu_dense",
conv_pad = "LEFT",
pad_remover = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.