AlexeyAB
2018-06-20 4a2a2250f9470e28e83c9e5db900e8ff71dfc416
src/detector.c
@@ -65,6 +65,9 @@
      printf("\n Error: You set incorrect value batch=1 for Training! You should set batch=64 subdivision=64 \n");
      getchar();
   }
   else if ((net.batch * net.subdivisions) < 64) {
         printf("\n Warning: You set batch= lower than 64! It is recommended to set batch=64 subdivision=64 \n");
   }
    int imgs = net.batch * net.subdivisions * ngpus;
    printf("Learning Rate: %g, Momentum: %g, Decay: %g\n", net.learning_rate, net.momentum, net.decay);