mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added dilation parameter for convolutional, conv_lstm and crnn layers
This commit is contained in:
@ -204,6 +204,7 @@ struct layer {
|
||||
int size;
|
||||
int side;
|
||||
int stride;
|
||||
int dilation;
|
||||
int reverse;
|
||||
int flatten;
|
||||
int spatial;
|
||||
|
Reference in New Issue
Block a user