Eric Hu
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 20
Activity overview
Latest activity by Eric Hu-
Eric Hu commented,
Hi Paula, Would you mind sharing the ONNX model you exported so that we can help take a look? Thanks, Eric
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...
-
Eric Hu commented,
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...