mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file.
This commit is contained in:
@ -34,6 +34,7 @@ typedef enum {
|
||||
XNOR,
|
||||
REGION,
|
||||
REORG,
|
||||
REORG_OLD,
|
||||
BLANK
|
||||
} LAYER_TYPE;
|
||||
|
||||
|
Reference in New Issue
Block a user