ruta icon indicating copy to clipboard operation
ruta copied to clipboard

Add deconvolution layers

Open fdavidcl opened this issue 4 years ago • 0 comments

Current workaround:

deconv <- function(filters, kernel_size, ...) {
  layer_keras("conv_2d_transpose", filters = filters, kernel_size = kernel_size, ...)
}

fdavidcl avatar Sep 05 '19 10:09 fdavidcl