DigitalMediaProfessionals / tool

DV network conversion tool
Apache License 2.0
0 stars 1 forks source link

Parameter parse order bug for Keras networks #6

Closed ZongHong-Lyu closed 6 years ago

ZongHong-Lyu commented 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.