Create capsnet model
1 2 | create_capsnet(input_shape = c(28, 28, 1), n_class = 10L,
num_routing = 3L)
|
input_shape |
input_shape of images |
n_class |
number of classes |
num_routing |
number of routing units |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.