Joseph Redmon
2015-07-20 38bd6ae6ba24fc8c14fd61d1238ae94a983434b3
src/darknet.c
@@ -36,7 +36,7 @@
        load_weights_upto(&net, weightfile, max);
    }
    net.seen = 0;
    save_weights(net, outfile);
    save_weights_upto(net, outfile, max);
}
#include "convolutional_layer.h"