This repo contains ancillary information used to assist users of IBM Watson Machine Learning Community Edition. This repo will contain How To's, Readme's, Dockerfiles, etc. that can be consumed by users looking to get started.
BSD 2-Clause "Simplified" License
56
stars
54
forks
source link
invalid conversion from ‘int’ to ‘nvinfer1::IBuilderConfig*’ [-fpermissive] samplesCommon::enableDLA(builder, gArgs.useDLACore); #262
When I try execute the code, I am getting this error.
sampleSSDIBM.cpp:331:45: error: invalid conversion from ‘int’ to ‘nvinfer1::IBuilderConfig*’ [-fpermissive]
samplesCommon::enableDLA(builder, gArgs.useDLACore);
What is th epossible solution to this??
when I comment out, I am not gettging any errors. But the model does not detect anything. it is showing FAILED at the end.
Hi,
When I try execute the code, I am getting this error.
sampleSSDIBM.cpp:331:45: error: invalid conversion from ‘int’ to ‘nvinfer1::IBuilderConfig*’ [-fpermissive] samplesCommon::enableDLA(builder, gArgs.useDLACore);
What is th epossible solution to this?? when I comment out, I am not gettging any errors. But the model does not detect anything. it is showing FAILED at the end.
Can someone give some solution to this error.
Thank you