Joseph Redmon
2016-11-05 c14514fbc5e8ace79395f952e6f26fa3cfd4b52d
src/compare.c
@@ -9,7 +9,6 @@
void train_compare(char *cfgfile, char *weightfile)
{
    data_seed = time(0);
    srand(time(0));
    float avg_loss = -1;
    char *base = basecfg(cfgfile);