fengqian
fengqian
error: when train in single GPU, Default process group is not initialized solution:https://blog.csdn.net/m0_37568067/article/details/109785209
@Maycbj Thank you for you reply. I have some problem after reading the code. The block parameter set 128. why the grid parameter set output_size /64 instead of output_size /128...
I have the same question. Could you tell me the idea you draw it?
I have the same problem. How to fix it? Thanks !!
> I have the same problem. How to fix it? Thanks !! setting as nn.Conv2d(make_div8_fun(256), (classNum+5)*3, 1),