AlexeyAB
2018-04-03 be9d971ddb9ea0520da78cfff7788eb5481f095e
Compile error fix
1 files modified
4 ■■■■ changed files
src/network.c 4 ●●●● patch | view | raw | blame | history
src/network.c
@@ -775,8 +775,12 @@
                }
                l->batch_normalize = 0;
#ifdef GPU
                if (gpu_index >= 0) {
                push_convolutional_layer(*l);
            }
#endif
            }
        }
        else {
            printf(" Skip layer: %d \n", l->type);