AlexeyAB
2017-02-28 2a9a5229c87c5e05c87d9d792c62cf020b3f1981
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);