I need reference materials or links related to FP32

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version 11.8
• NVIDIA GPU Driver Version (valid for GPU only) 525.85.12
• Issue Type( questions, new requirements, bugs) qustions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I want to make deepstream(v6.2) custom model based on FP32.

But I don’t know how to do it even if I keep looking at the official documents.

Most of the references in github are based on FP16.

So, please let me know the sample code or link for the custom model based on FP32(deepstream V6.2)

Thank you

The “network-mode” parameter of gst-nvinfer configuration file is used to set the generated model data format. Please set “network-mode=0” in the confiuration file to generate FP32 model engine. Gst-nvinfer — DeepStream 6.2 Release documentation

1 Like

thank you for your kind reply.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.