-
Notifications
You must be signed in to change notification settings - Fork 0
/
change_in_arch.txt
8 lines (5 loc) · 2.58 KB
/
change_in_arch.txt
1
2
3
4
5
6
7
8
"context_encoding.stages.0.2.weight",
-> the old dict should be changed as below
context_encoding.stages.0.2.negative_slope.weight
-> new one without the inplace_abn
new_state = ["context_encoding.stages.0.2.negative_slope.weight", "context_encoding.stages.0.2.negative_slope.bias", "context_encoding.stages.0.2.negative_slope.running_mean", "context_encoding.stages.0.2.negative_slope.running_var", "context_encoding.stages.1.2.negative_slope.weight", "context_encoding.stages.1.2.negative_slope.bias", "context_encoding.stages.1.2.negative_slope.running_mean", "context_encoding.stages.1.2.negative_slope.running_var", "context_encoding.stages.2.2.negative_slope.weight", "context_encoding.stages.2.2.negative_slope.bias", "context_encoding.stages.2.2.negative_slope.running_mean", "context_encoding.stages.2.2.negative_slope.running_var", "context_encoding.stages.3.2.negative_slope.weight", "context_encoding.stages.3.2.negative_slope.bias", "context_encoding.stages.3.2.negative_slope.running_mean", "context_encoding.stages.3.2.negative_slope.running_var", "context_encoding.bottleneck.1.negative_slope.weight", "context_encoding.bottleneck.1.negative_slope.bias", "context_encoding.bottleneck.1.negative_slope.running_mean", "context_encoding.bottleneck.1.negative_slope.running_var", "edge.conv1.1.negative_slope.weight", "edge.conv1.1.negative_slope.bias", "edge.conv1.1.negative_slope.running_mean", "edge.conv1.1.negative_slope.running_var", "edge.conv2.1.negative_slope.weight", "edge.conv2.1.negative_slope.bias", "edge.conv2.1.negative_slope.running_mean", "edge.conv2.1.negative_slope.running_var", "edge.conv3.1.negative_slope.weight", "edge.conv3.1.negative_slope.bias", "edge.conv3.1.negative_slope.running_mean", "edge.conv3.1.negative_slope.running_var", "decoder.conv1.1.negative_slope.weight", "decoder.conv1.1.negative_slope.bias", "decoder.conv1.1.negative_slope.running_mean", "decoder.conv1.1.negative_slope.running_var", "decoder.conv2.1.negative_slope.weight", "decoder.conv2.1.negative_slope.bias", "decoder.conv2.1.negative_slope.running_mean", "decoder.conv2.1.negative_slope.running_var", "decoder.conv3.1.negative_slope.weight", "decoder.conv3.1.negative_slope.bias", "decoder.conv3.1.negative_slope.running_mean", "decoder.conv3.1.negative_slope.running_var", "decoder.conv3.3.negative_slope.weight", "decoder.conv3.3.negative_slope.bias", "decoder.conv3.3.negative_slope.running_mean", "decoder.conv3.3.negative_slope.running_var", "fushion.1.negative_slope.weight", "fushion.1.negative_slope.bias", "fushion.1.negative_slope.running_mean", "fushion.1.negative_slope.running_var"]