mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
cpu batch norm works
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
layer make_reorg_layer(int batch, int h, int w, int c, int stride, int reverse)
|
||||
layer make_reorg_layer(int batch, int w, int h, int c, int stride, int reverse)
|
||||
{
|
||||
layer l = {0};
|
||||
l.type = REORG;
|
||||
|
Reference in New Issue
Block a user