LinShuYou
LinShuYou
 I'm having the following problem, what should I do?Here's my code. ![Uploading 90783492ee9173ad92e9da4d3b9acd3.png…]()
![Uploading 90783492ee9173ad92e9da4d3b9acd3.png…]()
void* buffers[2]{}; const int inputIndex = 0; const int outputIndex = 1; // Create GPU buffers on device CHECK(cudaMalloc(&buffers[inputIndex], batchSize * 3 * IN_H * IN_W * sizeof(float))); CHECK(cudaMalloc(&buffers[outputIndex], batchSize...
Did you solve this problem and can you share a workaround?