Docker api #242

Closed
mohitkhubele wants to merge 285 commits from docker_api into master
Showing only changes of commit 6f51c1262c - Show all commits
+1
View File
@@ -172,6 +172,7 @@ This will create a TensorRT file with the desidered **max** batch size.
The test will still run with a batch of 1, but the created tensorRT can manage the desidered batch size. The test will still run with a batch of 1, but the created tensorRT can manage the desidered batch size.
### Test batch Inference ### Test batch Inference
This will test the network with random input and check if the output of each batch is the same.
``` ```
./test_rtinference <network-rt-file> <number-of-batches> ./test_rtinference <network-rt-file> <number-of-batches>
# <number-of-batches> should be less or equal to the max batch size of the <network-rt-file> # <number-of-batches> should be less or equal to the max batch size of the <network-rt-file>