-
Notifications
You must be signed in to change notification settings - Fork 6.8k
UpSampling operator throw error:deconvolution-inl.h:75: Check failed: (pad_y) >= (target_shape[0]) too big target shape #2823
Comments
@dianyancao this should be a bug in deconvlution-inl.h, should wait for fix it. another, if you set @tqchen @piiswrong |
I now use sample_type='nearest' in UpSampling it works.I use multi_output=True in SoftmaxOutput so the shape of Y will discard channel dimension.I also print out the target_shape and adj with sample_type='bilinear',the output value sometimes changes every time when I run my big model. |
i don't know why the default init is not work when using set_default() |
The set_default only works after the Init function, the default value was not set to the structure after set_default. |
Any update on this? I still get the same problem |
1 similar comment
Any update on this? I still get the same problem |
.........I worked on this for a whole day before realizing it was a bug. |
This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks! |
I am using UpSampling operator for image segmentation,but got this error when I add UpSampling operator:
/deconvolution-inl.h:75: Check failed: (pad_y) >= (target_shape[0]) too big target shape
The following is test code:
How to fix this error?(The mxnet DEBUG version I can't use for debug due to this error:
#2810)
The text was updated successfully, but these errors were encountered: