Alan Stark
Alan Stark
I have almost the same issue. CMake Error at test_gpu_generated_test_gpu.cu.o.cmake:279 (message): Error generating file /home/masterpy/warp-ctc/build/CMakeFiles/test_gpu.dir/tests/./test_gpu_generated_test_gpu.cu.o CMakeFiles/test_gpu.dir/build.make:63: recipe for target 'CMakeFiles/test_gpu.dir/tests/test_gpu_generated_test_gpu.cu.o' failed make[2]: *** [CMakeFiles/test_gpu.dir/tests/test_gpu_generated_test_gpu.cu.o] Error 1 CMakeFiles/Makefile2:141: recipe for target...
I think it is the problem about Sync BN. It seems if you trigger sync BN, one GPU can only take 4 samples, which means batch_size = 4 * num...