amlandas78

Results 2 issues of amlandas78

I used the following command to compile the icfdetect.c file in "bin" folder: gcc icfdetect.c -o icfdetect.o -c -O3 -Wall -I"../lib" -msse2 -D HAVE_LIBPNG -D HAVE_LIBJPEG -D HAVE_CBLAS -D HAVE_TESSERACT...

How can I freeze the convolutional layers and remove some of the maxpooling layers in this implementation. Can anyone help me with this?