Skip to content

Input layer in profiling #404

@thesps

Description

@thesps

The profiling plots should include the distribution of the input layer / input data and the box for the input data type.

Here's a profiling plot for a "good" version of a model:

Screenshot 2021-09-29 at 15 06 40

Then I changed config['LayerName']['fc1_input']['Precision']['result'] = 'ap_fixed<2,1>' (clearly not enough bits for the inputs), and get this profiling plot:

Screenshot 2021-09-29 at 15 10 37

The plots look quite similar, but the accuracy of the first is 75% (as expected) while the second achieves 28%. It would be made really obvious if the profiling plots include the input data type. It should look something like this - but at the top of the existing activations plot:

Screenshot 2021-09-29 at 15 33 11

The actual implementation needs a bit of care, since the input is not a real "layer" like the others.

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