Edmond Yoo
2018-09-16 a0a2e6b50096c92de8cea2eba32a71537bc5f2c8
src/super.c
@@ -12,7 +12,6 @@
    char *train_images = "/data/imagenet/imagenet1k.train.list";
    char *backup_directory = "/home/pjreddie/backup/";
    srand(time(0));
    data_seed = time(0);
    char *base = basecfg(cfgfile);
    printf("%s\n", base);
    float avg_loss = -1;