Added antialiasing=1 param for [convolutional]-layer on GPU

This commit is contained in:
AlexeyAB
2019-09-02 02:13:11 +03:00
parent a4a06c337a
commit 11b8b2bddf
8 changed files with 109 additions and 22 deletions

View File

@ -211,6 +211,7 @@ struct layer {
int stride_x;
int stride_y;
int dilation;
int antialiasing;
int maxpool_depth;
int out_channels;
int reverse;
@ -528,6 +529,7 @@ struct layer {
float * scale_updates_gpu;
float * scale_change_gpu;
float * input_antialiasing_gpu;
float * output_gpu;
float * output_sigmoid_gpu;
float * loss_gpu;