AlexeyAB
2018-02-22 dda993f3dd3c753dfd580d485b39c1001830fee4
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);