You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: