Commit 318fc76c authored by mengfu188's avatar mengfu188 Committed by Kai Chen
Browse files

Update GETTING_STARTED.md (#1938)

--- def forward(x):  # should return a tuple
+++ def forward(self, x):  # should return a tuple
parent e907139c
...@@ -443,7 +443,7 @@ class MobileNet(nn.Module): ...@@ -443,7 +443,7 @@ class MobileNet(nn.Module):
def __init__(self, arg1, arg2): def __init__(self, arg1, arg2):
pass pass
def forward(x): # should return a tuple def forward(self, x): # should return a tuple
pass pass
def init_weights(self, pretrained=None): def init_weights(self, pretrained=None):
......
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