Alexey
2018-02-18 1106f5325b8bd3dc4b5fe776d8abecbe3879b9d2
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);