mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Accelerated DropBlock on GPU
This commit is contained in:
@ -586,6 +586,8 @@ struct layer {
|
||||
float * loss_gpu;
|
||||
float * delta_gpu;
|
||||
float * rand_gpu;
|
||||
float * drop_blocks_scale;
|
||||
float * drop_blocks_scale_gpu;
|
||||
float * squared_gpu;
|
||||
float * norms_gpu;
|
||||
|
||||
|
Reference in New Issue
Block a user