Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
KernelSizeX int
KernelSizeY int
XStride int
YStride int
InputChannels int
OutputChannels int
Mask []int
DepthWise bool // Special case od depthwise convolution, where outputchannels == inputchannels
Activation activation.Activation
}
Config provides configuration settings for a convolution Model.
Click to show internal directories.
Click to hide internal directories.