AlexeyAB
2018-08-23 08285dbc84d4cf5c988a301a18e044224178a0c3
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);