Alexey
2018-07-14 0ae1cd81d2952721c9b51210eff2cc99c4dbbab6
src/captcha.c
@@ -28,7 +28,6 @@
void train_captcha(char *cfgfile, char *weightfile)
{
    data_seed = time(0);
    srand(time(0));
    float avg_loss = -1;
    char *base = basecfg(cfgfile);