Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
db047d13
Unverified
Commit
db047d13
authored
Sep 17, 2020
by
Benjamin Lefaudeux
Committed by
GitHub
Sep 17, 2020
Browse files
[bug] OSS README typo #2
parent
656828bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
db047d13
...
...
@@ -39,7 +39,7 @@ def train(
# Problem statement
model
=
myAwesomeModel
()
dataloader
=
mySuperFastDataloader
()
loss
=
myVeryRelevantLoss
()
loss
_fn
=
myVeryRelevantLoss
()
base_optimizer
=
torch
.
optim
.
SGD
# pick any pytorch compliant optimizer here
base_optimizer_arguments
=
{}
# pass any optimizer specific arguments here, or directly below when instantiating OSS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment