Create a python script for rewriting in-place layers.
Using in-place layers makes it impossible to see the state of an individual layer, so this script rewrites them into each having their own output layer.
This commit is contained in:
Using in-place layers makes it impossible to see the state of an individual layer, so this script rewrites them into each having their own output layer.