Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Operation: Merge #31

Open
tcco opened this issue May 13, 2017 · 0 comments
Open

Unknown Operation: Merge #31

tcco opened this issue May 13, 2017 · 0 comments

Comments

@tcco
Copy link

tcco commented May 13, 2017

I am trying to deploy a combination of tf.contrib.slim nets including multiple inception_resnet_v1.conv2d and fully_connected that contain an op called Merge. The operation from the model looks like so InceptionResnetV1/Conv2d_1a_3x3/BatchNorm/cond/Merge

This operation is currently unsupported and spews this:
tfdeploy.UnknownOperationException: unknown operation: Merge

After some digging, the tf.Operation Merge is tf.summary.merge. Wanted to get some advice on the viability of adding this operation to tfdeploy? I'd be happy to contribute but wanted to open the issue to begin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant