AlexeyAB
2016-12-02 ff17e11b8987cf2ef74380ce942f545e9e36a766
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);