Could not register lpugin creator -::FlattenConcat_TRT version 1

Description

Could not register lpugin creator -::FlattenConcat_TRT version 1

When I use the ImageNet program on Jetson Nano, the system will prompt an error of “Could not register plugin creator -: FlattenConcat_TRT version 1”.
The specific commands used are as follows:

  1. cd jettson reference/build/arch64/bin
    2./imagenet. py images/orange_ 0.jpg images/test/output_ 0. jpg # (default network is googlenet)

Environment

TensorRT Version:8.2.1.8
GPU Type:
Nvidia Driver Version:
CUDA Version: 10.2.300
CUDNN Version: 8.2.1.32
Operating System + Version:Ubantu 18.04
Python Version (if applicable): 3.6.9
TensorFlow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):

Relevant Files

Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)

Steps To Reproduce

Please include:

  • Exact steps/commands to build your repro
  • Exact steps/commands to run your repro
  • Full traceback of errors encountered

Hi @2208572702 ,
Just to make sure, you are doing REGISTER_TENSORRT_PLUGIN?

Thanks