onnx / keras-onnx

Convert tf.keras/Keras models to ONNX
Apache License 2.0
379 stars 109 forks source link

No corresponding ONNX op matches the tf.op node Gather of type ResourceGather #656

Open hao6699 opened 3 years ago

hao6699 commented 3 years ago

when I use tf.gather in tensorflow==1.14.0, it showed this warning Any solutions to solve this?

TyrionZK commented 3 years ago

How do you resolved it finally? I face the same problem.