Skip to content
GitLab
Explore
Sign in
food-round2
docs
GETTING_STARTED.md
Find file
Blame
Permalink
Jan 07, 2020
318fc76c
Update GETTING_STARTED.md (#1938)
· 318fc76c
mengfu188
authored
Jan 07, 2020
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
318fc76c
Update GETTING_STARTED.md (#1938)
mengfu188
authored
Jan 07, 2020
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
Loading