package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package conv1x1 implements a 1-dimensional 1-kernel convolution model
type Config struct {
InputChannels int
OutputChannels int
}
Config provides configuration parameters for Model.
Model is a superficial depth-wise 1-dimensional convolution model.
The following values are fixed: kernel size = 1; stride = 1; padding = 0,
Forward performs the forward step. Each "x" is a channel.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.