WeightDropout | R Documentation |
A module that wraps another layer in which some weights will be replaced by 0 during training.
WeightDropout(module, weight_p, layer_names = "weight_hh_l0")
module |
module |
weight_p |
weight_p |
layer_names |
layer_names |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.