Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Dec 2, 2024
1 parent bbdca9f commit 529d69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorrt/inference.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ using namespace nvinfer1;
Inference::Inference(std::string modelName, std::string packagePathString) : mModelName{std::move(modelName)}, mPackagePath{std::move(packagePathString)}{

//Create ONNX and engine file paths

mLogger.log(ILogger::Severity::kINFO, mModelName.c_str());
mLogger.log(ILogger::Severity::kINFO, mPackagePath.c_str());
mONNXModelPath = std::filesystem::path{packagePathString} / "data" / std::string(mModelName + ".onnx");
Expand Down

0 comments on commit 529d69f

Please sign in to comment.