blackkker opened a new pull request #10435:
URL: https://github.com/apache/tvm/pull/10435


   
![Mobilenetv3_Pose_Estimation](https://user-images.githubusercontent.com/32191045/156285598-a71f5d25-d8ca-46dd-bbed-49575326ba32.png)
   I met an error when import this model, error as follow
   `
   The Relay type checker is unable to show the following types match:
    Tensor[(152), float32]
    Tensor[(119168), float32]
   In particular:
    dimension 0 conflicts: 152 does not match 119168.
   The Relay type checker is unable to show the following types match.
   In particular Tensor[(119168), float32] does not match Tensor[(152), float32]
   `
   So I updtae def convert_prelu():
   
   - add broadcasting to prelu alpha in TFLite
   - add test cases in test_forward
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to