Skip to content

[MXNET] Activation in yaml and calibration algorithm #10

@PawelGlomski-Intel

Description

@PawelGlomski-Intel

Hi, I would like to contribute and improve MXNet integration and add MXNet 1.9 support, but one thing is not clear to me.

I would like to ask what exactly does the "activation" of an operator mean in "capabilities", especially its "algorithm" attribute. I thought this meant the operator's input (as stated here), and the "algorithm" attribute determines whether minmax or kl will be used when calibrating that operator's input tensors, but I believe this is not what is happening in MXNet adaptor.
https://github.com/intel/lpot/blob/v1.3.1/lpot/adaptor/mxnet.py#L581-L592
Here, calib_minmax_layers and calib_kl_layers are filled with the names of the operators' outputs, not their inputs. Is this intentional?

Thanks

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