Alexey
2018-02-03 f762e6adb50d0a7eb72825b322e7d4192ae29ef3
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);