AlexeyAB
2018-08-23 5b6be00d4b1ffd671c20c4c72d2239c924eaa3d4
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)