Open Gasp34 opened 5 years ago
I fixed this by moving the unsqueeze outside the model to always have 1 channel, now i got and error on my first dropout layer :
W = weights[weights_name].numpy().transpose()
KeyError: 'layer4.2.weight'
@Gasp34 I updated tracing module. You can try to convert your model with new version of the converter
Describe the bug A get the error : Layer weight shape (4, 19, 4, 300) not compatible with provided weight shape (4, 19, 1, 300)
To Reproduce
Environment (please complete the following information):
Any idea of what is going wrong ? Thank you very much!