Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[FRONTEND] Tensorflow Op: FIFOQueueV2 and QueueDequeueManyV2 are not supported #2518
Comments
This comment has been minimized.
This comment has been minimized.
Potential fix: Skip the two ops by simply mapping to _undef, they are not related inference in this graphdef, any suggestion or comments? @srkreddy1238 @zhiics |
yongwww
referenced this issue
Jan 28, 2019
Merged
[Tensorflow Frontend] Add saved model support and infer shape w/o add_shapes=True #2493
This comment has been minimized.
This comment has been minimized.
It looks these two ops are also training related: https://www.tensorflow.org/api_guides/python/threading_and_queues @srkreddy1238 Could you please take a look and confirm? Thanks. |
This comment has been minimized.
This comment has been minimized.
Thanks for brings this up. For normal questions and requests please open a new thread in https://discuss.tvm.ai/ |
tqchen
closed this
Jan 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yongwww commentedJan 28, 2019
Got the following error message when tried to parse TensorFlow Lite official model ResNet_V2_101, the frozen pb file is resnet_v2_101_299_frozen.pb.
NotImplementedError: The following operators are not implemented: {'FIFOQueueV2', 'QueueDequeueManyV2'}