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
YStride int
InputChannels int
OutputChannels int
Mask []int
DepthWise bool // Special case od depth-wise convolution, where output channels == input channels
Activation activation.Activation
}
Config provides configuration settings for a convolution Model.
Click to show internal directories.
Click to hide internal directories.