Haoliang Zhang
Haoliang Zhang
Hi, There is a missing include in your source. Could you update the file? Thanks!
It seems that your tflite model has the input tensor of size : float32[1,3,416,416]. Is it always the case? Did you feed the model with a different shape? If you...
> Hi @derrkater ! Could you put select ops syntax in TFLite conversion and let us know whether it resolves. > > ``` > import tensorflow as tf > >...
@LukeBoyer could you take a look on this issue? Thanks!
The pruning API only supports keras model right now. I'm just starting to trying it out, and don't have any code examples now. Will post here once I get some...
no, I haven't tried it recently. if you are interested, please follow docs in https://www.tensorflow.org/model_optimization to apply it to BERT, also cc'ing Jaesung who is currently working on MOT.
> Hi @haozha111 Can you please review this PR ? Thank you! Deferring to Luke who is working on TFL converter.
hi @DarioPTWR , please take a look at the AI Edge Torch generative API : https://github.com/google-ai-edge/ai-edge-torch/tree/main/ai_edge_torch/generative
hi @DarioPTWR Yes we are actively working on adding multi-modal support for Generative API, and we aim to provide an update on this topic in the near future, thanks!