In keras, weight tensors are named as [layer's name]/kernel:0 or [layer's name]/bias:0, is there any case where they will be named kernel:1 or bias:1? If not, then what the 0 represents there?
Asked
Active
Viewed 19 times
0
-
maybe https://stackoverflow.com/questions/36150834/how-does-tensorflow-name-tensors? – Alberto Sinigaglia Jun 16 '21 at 21:23
-
So is it possible for having a weight variable named kernel:1 or bias:1? – Sanjiban Sengupta Jun 16 '21 at 21:51