You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I ran this command for my datasets (only 8 pairs of images) on server by using Jupyter interface:
=> python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA --gpu_ids 0,1,2,3 --batch_size 4
and also:
=> python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA --gpu_ids 0,1,2,3 --batch_size 4 --norm instance
In first epoch, It ran to here:
[Network G] Total number of parameters : 54.410 M
[Network D] Total number of parameters : 2.768 M
and similar to infinite loop(deadlock). No error was occurred but the program can not continue. I check the status of 4 TitanXp cards. All of them is 100% usage.
Some infor:
4 Nvidia TitanXp
Cuda 9.2 cuaDnn 7.1
Ubuntu core 16.04
For supplement: I used Python 3.5 and Pytorch 0.4.1.
p/s: I ran this model in each single GPU, it worked well.
Is there any idea for me? Thanks so much for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I ran this command for my datasets (only 8 pairs of images) on server by using Jupyter interface:
=> python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA --gpu_ids 0,1,2,3 --batch_size 4
and also:
=> python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA --gpu_ids 0,1,2,3 --batch_size 4 --norm instance
In first epoch, It ran to here:
[Network G] Total number of parameters : 54.410 M
[Network D] Total number of parameters : 2.768 M
and similar to infinite loop(deadlock). No error was occurred but the program can not continue. I check the status of 4 TitanXp cards. All of them is 100% usage.
Some infor:
4 Nvidia TitanXp
Cuda 9.2 cuaDnn 7.1
Ubuntu core 16.04
For supplement: I used Python 3.5 and Pytorch 0.4.1.
p/s: I ran this model in each single GPU, it worked well.
Is there any idea for me? Thanks so much for your help.
The text was updated successfully, but these errors were encountered: