Enhance Tensors-results from Layers (fix #228) (#253)
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.
Showing
Please register or sign in to comment