Skip to content

unknown operation: QueueDequeueManyV2 #30

@kitovyj

Description

@kitovyj

Hello!

I wonder, how does tfdeploy deal with tf queues? I don't use placeholder in my model but a graph like file_name_queue -> data_reader -> dnn. I get these error messages when saving my model:

...
File "/usr/local/lib/python3.5/dist-packages/tfdeploy.py", line 194, in __call __
inst = super(TensorRegister, cls).call(tf_tensor, *args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/tfdeploy.py", line 249, in __init __
self.op = Operation.new(tf_tensor.op, tf_sess, tf_feed_dict=tf_feed_dict)
File "/usr/local/lib/python3.5/dist-packages/tfdeploy.py", line 422, in new
raise UnknownOperationException("unknown operation: %s" % tf_op.type)
tfdeploy.UnknownOperationException: unknown operation: QueueDequeueManyV2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions