You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The document of mx.symbol.UpSampling was ambiguous. With several attempts, I found that the following code would produce a result successfully by chance. By the way, I realized that the weights for bilinear up-sampling needs to be defined explicitly, however this was not mentioned in the document.
The document of
mx.symbol.UpSampling
was ambiguous. With several attempts, I found that the following code would produce a result successfully by chance. By the way, I realized that the weights for bilinear up-sampling needs to be defined explicitly, however this was not mentioned in the document.The codes:
Sometimes this raises an error:
src/operator/./deconvolution-inl.h:75: Check failed: pad_y >= target_shape[0] (18 vs. 1537294416) too big target shape
The number in bold varies! Here goes error information in other attempts:
Sometimes the program produce a result:
Is this a bug?
The text was updated successfully, but these errors were encountered: