Skip to content

Implement Dropout #149

@LeoBuron

Description

@LeoBuron

Implement a Dropout layer (stochastic mask in training, identity in eval).

Status: scope needs to be worked out — mask storage between forward/backward, RNG choice (XorShift32 vs. rand(), see issue #54), train/eval mode handling, quantization paths, test plan.

Part of the layer set Leo took on after coordination with Jan (alongside Convolution, LayerNorm, MaxPool, AvgPool).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions