Skip to content

Inference Trace: Duplicate storing of input and output of each layer #147

@nikkolasg

Description

@nikkolasg

Each inference step stores independently the input and output of each node in StepData. That means the output of node i is stored twice, once as the output of node i and once as the input of node i+1.
Goal would be to remove that redundancy and just store a pointer or an easy way to access the relevant data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions