shortcut layers, msr networks

This commit is contained in:
Joseph Redmon
2015-12-14 11:57:10 -08:00
parent 892923514f
commit db0397cfaa
35 changed files with 2635 additions and 56 deletions

View File

@ -5,6 +5,7 @@
#include "params.h"
#include "cuda.h"
#include "layer.h"
#include "network.h"
typedef layer maxpool_layer;