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.
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?