fix layer initialization
This commit is contained in:
parent
7450bef615
commit
41e6e538df
|
@ -61,8 +61,8 @@ class Layer(_LayerCodeCompletion):
|
|||
Args:
|
||||
ctx: The (read-only) higher layer.
|
||||
"""
|
||||
super(Layer, self).__init__(*args, **kwargs)
|
||||
self.ctx = ctx
|
||||
super(Layer, self).__init__(*args, **kwargs)
|
||||
|
||||
def __call__(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue