AlexeyAB
2016-12-13 6f8e2d40c43bb8759c3f68e28ad9db365c9e960f
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);