MergeLayer {fastai}R Documentation

MergeLayer

Description

Merge a shortcut with the result of the module by adding them or concatenating them if 'dense=TRUE'.

Usage

MergeLayer(dense = FALSE)

Arguments

dense

dense

Value

None


[Package fastai version 2.2.2 Index]