hahnyuan / nn_tools

Neural Network Tools: Converter and Analyzer. For caffe, pytorch, draknet and so on.
MIT License
355 stars 63 forks source link

convert fail on some Model #6

Closed my1347 closed 6 years ago

my1347 commented 6 years ago

Dear yuan Your tool works perfect on my other Nets' But this one, Covert fail, duddy. image image

image

hahnyuan commented 6 years ago

Hi, nn.Conv1d is not supported in Caffe. But we can using a conv2d with 3x1 kernel and the input height = 1 to do the same as the Conv1d.

my1347 commented 6 years ago

@hahnyuan thank you so much ,buddy