Joseph Redmon
2016-11-16 fc9b867dd9c9a6d38d7fe478217060e11b9e7e1b
src/cifar.c
@@ -10,7 +10,6 @@
void train_cifar(char *cfgfile, char *weightfile)
{
    data_seed = time(0);
    srand(time(0));
    float avg_loss = -1;
    char *base = basecfg(cfgfile);
@@ -59,7 +58,6 @@
void train_cifar_distill(char *cfgfile, char *weightfile)
{
    data_seed = time(0);
    srand(time(0));
    float avg_loss = -1;
    char *base = basecfg(cfgfile);