Skip to content

Commit 43f0abf

Browse files
committed
comment
1 parent c7ac247 commit 43f0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nn/naming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __init__(self, *,
191191
self.module = module
192192
self.layer_ref = None # type: Optional[nn.Tensor]
193193
self.layer = None # type: Optional[nn.Tensor]
194-
self.is_subnet_ctx = False
194+
self.is_subnet_ctx = False # if this is active in the context, it says whether it can have children
195195
self.virtual = virtual # does not consume a layer name in RETURNN. see get_name_in_ctx
196196
self.can_access_children = can_access_children # from outside
197197
self.children = {} # type: Dict[str, NameCtx]

0 commit comments

Comments
 (0)