Sachin Prasad
Sachin Prasad
@Whrothus , Apologies for the delayed response, I'm looking into your issue. I will get back to you if I need any details from you. Thanks
Could you try the option to `setUseNnapiCpu` to `true` in the `NnApiDelegate.Options` object and let us know if it is still crashing.
`tf.keras.losses.MSE` is doing the casting and it is converting to complex128 in both the cases, but in `grad_backward` when you calculate the gradient with respect to x, which is float32,...
Could you please try specifying the output signature in your keras saved model as mentioned in the issues which you have mentioned.
Hi, Is the model which you are trying to load is trained on different Tensorflow version, if so could you please mention the version. Thanks!
I have created the pull request by making code changes, once the changes reflect in the master, feel free to add few more language specific changes here https://gitlocalize.com/tensorflow/docs-l10n
@code4lala , The linked PR has been merged, could you please close the issue. Thanks!
It will take few days to take effect, but there will be one more update with the translation with the description as well apart from the code changes submitted in...
Document is now updated with the latest code and information inline with the english version. Could you please verify here https://www.tensorflow.org/lite/performance/gpu_advanced?hl=zh-cn#android_cc and close the issue. Thanks!
@VictoriaGriffith , As per the above comment, please find the working [Gist](https://colab.sandbox.google.com/gist/sachinprasadhs/213513c68d4786382a9a90280e94d37d/56628.ipynb) with modified indices input.