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
But when I call problem.GetPadH(), where problem is of type conv::ProblemDescription, it returns 0. And problem.GetInHeight() returns 246 (which is actually the input width).
The text was updated successfully, but these errors were encountered:
I am working with the following MIOpenDriver command, where the Input Height is 248 (
-H 248
) and Padding Height is 1 (-p 1
):./bin/MIOpenDriver conv -F 2 -c 64 -! 1 -H 248 -W 246 -@ 1 -y 3 -x 3 -$ 0 -p 1 -q 1 -# 1 -u 1 -v 1 -^ 1 -l 1 -j 1 -n 2 -I NCHW -O NCHW -f NCHW --bias 0 --spatial_dim 2 -g 1 -pr FP32 -k 64 -oD 1 -oH 248 -oW 246 --verify 0 --iter 3 -t 1 -w 1 -S 0
But when I call
problem.GetPadH()
, whereproblem
is of typeconv::ProblemDescription
, it returns 0. Andproblem.GetInHeight()
returns 246 (which is actually the input width).The text was updated successfully, but these errors were encountered: