duxingren14 / DualGAN

DualGAN-tensorflow: tensorflow implementation of DualGAN
Apache License 2.0
265 stars 97 forks source link

segmentation fault #26

Open ghost opened 5 years ago

ghost commented 5 years ago

when I was trying to train a sketch-photo model, it caused the segmentation fault. And I changed to another datasets, the fault happened, too.

I used: python main.py --phase train --dataset_name sketch-photo --image_size 256 --epoch 45 --lambda_A 20.0 --lambda_B 20.0 --A_channels 1 --B_channels 1

Could you please help me?

duxingren14 commented 4 years ago

I have never saw that error before. It is probably due to lack of swap memory in your computer.