mslqing
mslqing
Hi @briliantnugraha, @Kijung-Kim. Have you ever encountered the following problems? On Window,"torch.distributed.init_process_group" is not working so, I change this option. _C.MULTIPROCESSING_DISTRIBUTED = False it Seemed to work fine. But, After...
Hi @briliantnugraha, @Kijung-Kim. Have you ever encountered the following problems? On Window,"torch.distributed.init_process_group" is not working so, I change this option. _C.MULTIPROCESSING_DISTRIBUTED = False args.gpu = 'cuda' it Seemed to work...
@briliantnugraha Hello, thank you for your answer. I modified the code according to your method, but got: "ValueError: Expected a cuda device with a specified index or an integer, but...
@ibrahimrazu Hello, how does your program run on GPU? I did not find the program code in the following image in the source program. 
@asmallcodedog Hello, did you run out of results on win10?