DualGAN icon indicating copy to clipboard operation
DualGAN copied to clipboard

segmentation fault

Open ghost opened this issue 5 years ago • 1 comments

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?

ghost avatar Apr 16 '19 07:04 ghost

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

duxingren14 avatar Mar 19 '20 17:03 duxingren14