layer_sparse_conv_2d | R Documentation |
Sparse 2D Convolutional layer
layer_sparse_conv_2d(filters, kernel_size, lam = NULL, depth = 2, ...)
filters |
number of filters |
kernel_size |
size of convolutional filter |
lam |
regularization strength |
depth |
depth of weight factorization |
... |
arguments passed to TensorFlow layer |
layer object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.