Skip to content

Create a low memory implementation of SparseBinaryMatrix #328

@chelu

Description

@chelu

Exposing an image of 128x128 pixels, 8bits, grayscale to a network results in a memory usage of 16 GBytes for the backing array of SparseBinaryMatrix.

I proposal to add a new implementation without the backing array and a new FlatMatrix that use a BitSet for storing binary data.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions