Error on tags while running deepstream-app with a classifier as primary-gie

I dont know where the engine file is generated, it is not on the folder I ask it to be.

engine file is generated in local file, which name is like: model_b1_gpu0_fp32.engine

model-engine-file=…/models/Controlflow_tlt_classification_full/final_model_full_labels.etlt.engine

this is actually used to tell DeepStream where to load the existing TRT engine instead of where to save the TRT engine.

labelfile-path=…/models/Controlflow_tlt_classification/labels.txt

Is the content of this labet file what you pasted above?

Thanks!