Alexey
2017-08-03 de625aa4a7fc5b6b1a7fd1b9a4c13d06b3a8c9a1
src/dropout_layer_kernels.cu
@@ -6,7 +6,6 @@
#include "dropout_layer.h"
#include "cuda.h"
#include "utils.h"
#include "params.h"
}
__global__ void yoloswag420blazeit360noscope(float *input, int size, float *rand, float prob, float scale)