Long T Luu

Results 3 comments of Long T Luu

Thanks @TobyRoseman for the prompt reply. I'm trying to convert a TensorFlow 2 model. Issue [#941](https://github.com/apple/coremltools/issues/941) is a similar issue but for TensorFlow 1 so I just open a new...

I have the same problem when trying to convert YamNet model: Running TensorFlow Graph Passes: 100%|██████████| 6/6 [00:03 MIL Ops: 58%|█████▊ | 216/374 [00:00 MIL Ops: 66%|██████▋ | 248/374 [00:00

Thanks @roimulia2, here's the code I used for conversion: ``` import tensorflow as tf # TF 2.6.0 import coremltools as ct import src.params as yamnet_params import src.yamnet as yamnet_model #...