Alexey
2017-03-14 ac2f54af5ec74de6dd0027618b0c7bcc26e5b772
src/detector.c
@@ -78,7 +78,7 @@
    int count = 0;
    //while(i*imgs < N*120){
    while(get_current_batch(net) < net.max_batches){
        if(l.random && count++%10 == 0){
      if(l.random && count++%10 == 0){
            printf("Resizing\n");
            int dim = (rand() % 10 + 10) * 32;
            if (get_current_batch(net)+100 > net.max_batches) dim = 544;