Skip to content

Leaking data in the max-pool indices #2

@efirdc

Description

@efirdc

One RGBA pixel is 32 bits, so a 2x2 of pixels is 128 bits

Each max pool index stores 2 bits of data. The first convolutional block has 64 channels.
So there are 2*64 = 128 bits of data in the max pooling indices for that block. Those get passed straight to the end of the network.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions