clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

having trouble with aligning custom faces; Segmentation fault (core dumped)

jakeyahn opened this issue · comments

UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.
"See the documentation of nn.Upsample for details.".format(mode))
Segmentation fault (core dumped)

this is the error,

it makes a new folder, but apparently by some unknown reason, "save_image" function in core/wing doesn't work... No images have been saved.

interesting thing is that when I first tried this model, it did work "ONCE" and it doesnt anymore since then.

any suggestion?

solved, from

#18