| ActivationFunction |
EEncodingActivationFunction |
The activation function to use for the convolution layer. |
LearningObservation.h |
|
| Element |
FSchemaElement |
The sub-element. |
LearningObservation.h |
|
| InChannels |
int32 |
Number of input channels. |
LearningObservation.h |
|
| InputHeight |
int32 |
Height of the 2d convolution input. |
LearningObservation.h |
|
| InputWidth |
int32 |
Width of the 2d convolution input. |
LearningObservation.h |
|
| KernelSize |
int32 |
Size of the convolving kernel. |
LearningObservation.h |
|
| OutChannels |
int32 |
Number of output channels after convolution. |
LearningObservation.h |
|
| Padding |
int32 |
The amount of padding to add to both sides of the input. |
LearningObservation.h |
|
| PaddingMode |
EPaddingMode |
Zeros or Circular. |
LearningObservation.h |
|
| Stride |
int32 |
Size of the convolution stride. |
LearningObservation.h |
|