Caffe parser has no feedback at all.

The parse function returns null.
I cannot find any way to determine why the parsing failed.
No return codes, getLastError(), printInfo().
Is it suppose to use the gLogger object, I have it linked in but nothing shows on console or in debug window.

Also are there debug and release versions of tensorRT?

Shouldn’t there be a nvinfer.lib and a nvinferd.lib ?? (and nvparsersd.lib)

I was able to get a line of feedback. The first caffe model I chose happened to use an unsupported layer.

“could not parse layer type PReLU”