Delete all the no conversion function registered for layer

Hi, I am trying to create a TensorRT engine using a Keras model. To do it first I convert it to a TensorFlow frozen graph and then to a UFF that is going to be parsed to TensorRT. The problem is that for all the models I try there is always some layer that is not implemented in TensorRT.

I was wondering if there is a way to automatically delete all the layers that are not compatible in a similar way as the graph surgeon that in the forward input method. Also, I would love to see an example using the graph surgeon to delete incompatible nodes because I have not found any. Thank you so much.

Here is the output I get with my code:

Using output node fc1000/Softmax
Converting to UFF graph
Warning: keepdims is ignored by the UFF Parser and defaults to True
Warning: No conversion function registered for layer: Merge yet.
Converting bn5a_branch1/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: PlaceholderWithDefault yet.
Converting bn_conv1/keras_learning_phase as custom op: PlaceholderWithDefault
Warning: No conversion function registered for layer: Merge yet.
Converting bn4a_branch1/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3a_branch1/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2a_branch1/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn_conv1/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn_conv1/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch1/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2a_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2a_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2a_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2a_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2b_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2b_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2b_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2b_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2c_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2c_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn2c_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn2c_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch1/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3a_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3a_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3a_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3a_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3b_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3b_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3b_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3b_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3c_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3c_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3c_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3c_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3d_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3d_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn3d_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn3d_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch1/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4a_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4a_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4a_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4a_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4b_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4b_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4b_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4b_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4c_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4c_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4c_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4c_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4d_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4d_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4d_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4d_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4e_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4e_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4e_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4e_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4f_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4f_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn4f_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn4f_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch1/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5a_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5a_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5a_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5a_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5b_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5b_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5b_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5b_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5c_branch2c/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5c_branch2b/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Merge yet.
Converting bn5c_branch2a/cond/Merge as custom op: Merge
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2a/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2b/cond/FusedBatchNorm/Switch as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/FusedBatchNorm/Switch_4 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/FusedBatchNorm/Switch_3 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/FusedBatchNorm/Switch_2 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/FusedBatchNorm/Switch_1 as custom op: Switch
Warning: No conversion function registered for layer: Switch yet.
Converting bn5c_branch2c/cond/FusedBatchNorm/Switch as custom op: Switch
No. nodes: 1083
UFF Output written to proves.uff
[TensorRT] ERROR: UffParser: Validator error: bn5c_branch2c/cond/Merge: Unsupported operation _Merge

Encounter similar problem, who can give a solution