Skip to content

Profiling an Ensemble including BLS #1015

Description

@corentin87

Hi everyone,

I’m working with an ensemble model that consists of two Python models and two TensorRT (TRT) models (detection and classification). One of the Python modules (module.py) invokes the TRT classification engine using BLS.

The pipeline looks like this:

Preprocessing → Detection → Post-processing w/ BLS call to Classification

From #982
, I understand that:

Model Analyzer only supports “joint” tuning for a pipeline when using a single top-level ensemble composed of models that are not themselves ensembles or using BLS.

Is this still the current limitation?

If so, are there any recommended workarounds for handling cases like mine?

Thanks in advance!

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