mslqing

Results 5 comments of 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. ![image](https://user-images.githubusercontent.com/55643041/116018526-ccf5a580-a674-11eb-97b9-2aeeda99eee6.png)

@asmallcodedog Hello, did you run out of results on win10?