BatchNorm1dFlat | R Documentation |
'nn.BatchNorm1d', but first flattens leading dimensions
BatchNorm1dFlat(
num_features,
eps = 1e-05,
momentum = 0.1,
affine = TRUE,
track_running_stats = TRUE
)
num_features |
number of features |
eps |
epsilon |
momentum |
momentum |
affine |
affine |
track_running_stats |
track running statistics |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.