mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Changes to make routing work better
This commit is contained in:
@ -90,6 +90,7 @@ void forward_normalization_layer(const layer layer, network_state state)
|
||||
void backward_normalization_layer(const layer layer, network_state state)
|
||||
{
|
||||
// TODO This is approximate ;-)
|
||||
// Also this should add in to delta instead of overwritting.
|
||||
|
||||
int w = layer.w;
|
||||
int h = layer.h;
|
||||
|
Reference in New Issue
Block a user