idk
Joseph Redmon
2015-09-28 40cc1046395385dd256012810866eba34904f034
src/convolutional_layer.h
@@ -38,6 +38,8 @@
int convolutional_out_height(convolutional_layer layer);
int convolutional_out_width(convolutional_layer layer);
void rescale_filters(convolutional_layer l, float scale, float trans);
void rgbgr_filters(convolutional_layer l);
#endif