Unverified Commit bf5e7792 authored by Tab Zhang's avatar Tab Zhang Committed by GitHub
Browse files

fix typo in ENAS comments (#2806)

parent 08edcfbb
......@@ -109,7 +109,7 @@ class ENASMicroLayer(nn.Module):
pprev: torch.Tensor
the output of the previous previous layer
prev: torch.Tensor
the output of the previous previous layer
the output of the previous layer
"""
if self.reduction:
pprev, prev = self.reduce0(pprev), self.reduce1(prev)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment