joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
371 stars 199 forks source link

Create option/parameter to enable/disable Dropout mask per batch #6

Closed joaopauloschuler closed 4 years ago

joaopauloschuler commented 4 years ago

Requirement: add option to enable and disable dropout mask for the full batch. When the option is disabled, it means we have one dropout mask per sample (and not per batch).

joaopauloschuler commented 4 years ago

Done.