NIGHTMARE!!!!

This commit is contained in:
Joseph Redmon
2015-07-08 00:36:43 -07:00
parent d1d56a2a72
commit a08ef29e08
24 changed files with 456 additions and 96 deletions

View File

@ -10,7 +10,7 @@ typedef layer maxpool_layer;
image get_maxpool_image(maxpool_layer l);
maxpool_layer make_maxpool_layer(int batch, int h, int w, int c, int size, int stride);
void resize_maxpool_layer(maxpool_layer *l, int h, int w);
void resize_maxpool_layer(maxpool_layer *l, int w, int h);
void forward_maxpool_layer(const maxpool_layer l, network_state state);
void backward_maxpool_layer(const maxpool_layer l, network_state state);