Changes to make routing work better

This commit is contained in:
Joseph Redmon
2015-07-21 16:09:33 -07:00
parent e56d1eff13
commit d00f0a1ccd
18 changed files with 29 additions and 86 deletions

View File

@ -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;