Description Usage Arguments Details Value Fields
Create an inner product decoder object.
1 | InnerProductDecoder(dropout, act = torch::torch_sigmoid)
|
dropout |
dropout |
act |
The activation function used by the neuron. Default sigmoid. |
Decoder using inner product for prediction.
#' @references \insertRefGCNscRGNet
A new InnerProductDecoder
object.
dropout
dropout
act
activation function of the neuron
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.