yolo3 layer 15

This commit is contained in:
Francesco Gatti
2018-12-20 11:36:10 +01:00
parent e91db28756
commit 7a46601306
3 changed files with 42 additions and 12 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ public:
class Shortcut : public Layer {
public:
Shortcut(Network *net, Layer *backLayer, int layers_n);
Shortcut(Network *net, Layer *backLayer);
virtual ~Shortcut();
virtual layerType_t getLayerType() { return LAYER_SHORTCUT; };