Closed ZongHong-Lyu closed 6 years ago
Currently the parameter parsed from Keras network is in wrong order. The Keras store parameters like kernel_size, stride, or pad in (height, width) order, but the tool parsed it in (width, height) order.
kernel_size
stride
pad
Currently the parameter parsed from Keras network is in wrong order. The Keras store parameters like
kernel_size
,stride
, orpad
in (height, width) order, but the tool parsed it in (width, height) order.