error
Opened this issue · 5 comments
lucheng07082221 commented
I run this code,the got an error
/tensorNet.cpp:39: void TensorNet::caffeToTRTModel(const string&, const string&, const std::vector<std::__cxx11::basic_string >&, unsigned int): Assertion `blobNameToTensor != nullptr' failed.
JingliangGao commented
Check each layer's name carefully and ensure that it may be same to your layer‘s name defined in your pluginImplement.cpp
lucheng07082221 commented
@JingliangGao Can you give me the prototxt file
lucheng07082221 commented
@JingliangGao thank you very much!
xmglin commented
@JingliangGao I got the same error like @lucheng07082221
Can you share the prototxt file to me ?
xmglin commented
resolved. @Tegoe 's fork is compatible with tensorrt 3.0.4.
And tensorrt 4 still reports runtime error sadly.