vadimkantorov / caffemodel2pytorch

Convert Caffe models to PyTorch
389 stars 84 forks source link

solve no attribute '_message' problem #24

Closed penway closed 2 years ago

penway commented 2 years ago

I have solved the problem by discovering a logic redundency among line 41 43 44 46, which can avoid using _message. Please check it out.