chenhsuanlin / spatial-transformer-GAN

ST-GAN: Spatial Transformer Generative Adversarial Networks for Image Compositing :eyeglasses: (CVPR 2018)
MIT License
334 stars 72 forks source link

killed process during training #35

Open mhyeonsoo opened 3 years ago

mhyeonsoo commented 3 years ago

Hello,

Thanks for the great implementations. I have tried to train the model with sample CelebA dataset, and have problem in training. when I run ./train.sh, it says like below.

./train.sh: line 1:  7364 Killed                  python3 train_Donly.py --name=D0 --warpN=0 --pertFG=0.2

is there any solution for this error case?

Thank you.

chenhsuanlin commented 3 years ago

Hi @mhyeonsoo, I have never seen this before. Could you pinpoint where exactly in the code this error occurs? Thanks!