clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.51k stars 659 forks source link

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

Closed jakeyahn closed 2 years ago

jakeyahn commented 2 years ago

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?

jakeyahn commented 2 years ago

solved, from

https://github.com/clovaai/stargan-v2/issues/18