-
Patrick Wieschollek authored
After writing `x = Conv2D(...)` one can access the used variables by `x.variables.W` and `x.variables.b` if they exists. This is much better than writing: `x.name.replace('/output:0', "/W:0").replace('tower0/', '')` whould would also break the InferenceRunner.
73f94df2