Ping Yu

Results 66 comments of Ping Yu

@FabioRomagnolo I took a look at the generated models, it is quite complex, seems ONNX turns constants into sparse representation, is it possible to disable that during conversion?

@lina128 the UnpackProgram is the shader to unpack outputs from the previous kernel, the Conv2DDerInputProgram is the shader for Conv2DBackpropInput, which one supports unpacked texture.

@josephrocca Thank you for submitting this issue and willing to contribute to the library. Here is the doc for [adding an new TF op to TFJS](https://github.com/tensorflow/tfjs/blob/master/CONTRIBUTING_MISSING_OP.md) Please let us know...

@PeterL1n Since this Op is very similar to ScatterNd op, we should be able to add the support fairly soon.

Hi @github-jeff , can you share the saved_model file for us to reproduce the problem? thanks

@github-jeff what is the TensorFlow python version you are using, we have a bug with the converter if you are using TensorFlow 2.10.0. We will release a fix soon, if...

@github-jeff It is interesting that 3.11.0 works, but not anything higher. The partitionCall is the Tensorflow function start node in the saved model, when the function can not be inlined...

@paradite Thank you for pointing out this issue, I think it will be very beneficial to get the examples up to date. It will be greatly appreciated, if you can...

@liliquan0118 thank you for reporting this issue, are you running within a browser or in the node.js environment? I noticed a potential issue in the code you provided, the output...