You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/14 00:43:54 UTC

[GitHub] [incubator-tvm] apivovarov edited a comment on issue #4320: Fix TFLite RESHAPE assert

apivovarov edited a comment on issue #4320: Fix TFLite RESHAPE assert
URL: https://github.com/apache/incubator-tvm/pull/4320#issuecomment-553670964
 
 
   @FrozenGene I tried to prepare tflite file with RESHAPE op having only one input tensor. But it always give me model with two input tensors for RESHAPE op.
   
   Do you know how to force tflite converter to create RESHAPE op with only one tensor?
   
   my models
   https://www.dropbox.com/s/n8gg3gt2g3xlmkq/Screenshot%202019-11-13%2016.37.25.png?dl=0
   
   https://www.dropbox.com/s/bhvuhrio277ka82/Screenshot%202019-11-13%2016.40.55.png?dl=0
   
   hand_landmark.tflite model (has only one tensor in RESHAPE input)
   https://www.dropbox.com/s/0wq2owq8p4hbw6l/Screenshot%202019-11-13%2016.37.49.png?dl=0
   
   One of the solution is to add `hand_landmark.tflite` to the end of `tflite/test_forward.py`. What you think? It will be good integration test for PRELU.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services