onnx / keras-onnx

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

AttributeError: Can't gather from tf tensor. #693

Open saisriker opened 3 years ago

saisriker commented 3 years ago

While converting inception v3 model from onnx to keras, I got the following errors: File "/home/ubuntu/anaconda3/envs/pyprofiling/lib/python3.6/site-packages/onnx2keras/reshape_layers.py", line 87, in convert_gather raise AttributeError('Can\'t gather from tf tensor.') AttributeError: Can't gather from tf tensor.