Eric Hu
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 20
Comments
Recent activity by Eric Hu Sort by recent activity-
Hi Paula, Would you mind sharing the ONNX model you exported so that we can help take a look? Thanks, Eric
-
Hi Alec, Thanks for raising this issue. 1. We are sorry that the compatibility list only included client side inference time supported ops, we will update the list to include supported ops at impor...
-
Hi R. Scott Salandy-Defour, Thanks for sharing your model. I looked into your model and turns out it is expecting dynamic batch sizes which we do not support currently. Modifying the model input an...
-
Hi Casey, Instead of directly drag your .onnx model into existing MLComponent, could you please try importing your model by clicking the + button under objects panel at top left and search for MLCo...
-
Hi R. Scott Salandy-Defour, Would mind sharing your model with us for investigation? Dimension here refers to the shape to your model output which should always be positive. For example a classific...
-
Hi Casey Berman, Once you have a ONNX model ready, you can import it using MLComponent in Lens Studio and our internal converter will convert ONNX models to dnn models if all operations are support...
-
Hi Frederik De Bleser, Lens Studio converts all .onnx and .pb model to our .dnn internal format, which will be used by our own engine for mobile inference. Currently we do not support converting dn...
-
Hi montek singh, Thanks for the info! Lens Studio does support importing TensorFlow frozen graphs directly. In our guide, we included how to export Keras models as frozen graph and that should work...
-
Hi montek singh, Do you mind sharing your model here so that we can take a look at it? Usually we see this error when you convert your model from TensorFlow, and the converter will insert Transpose...
-
Hi Char Stiles, Glad that it worked for ONNX. Nonetheless, It would be great if you can provide your TensorFlow frozen graph so that we can improve importer compatibility on Lens Studio side. Yes w...