"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "49a914347974abbc21cffd3580680485194783f7"
Commit 415bf630 authored by Myle Ott's avatar Myle Ott
Browse files

Fix description for `--sample-without-replacement` option

parent 19a3865d
...@@ -65,7 +65,7 @@ def add_optimization_args(parser): ...@@ -65,7 +65,7 @@ def add_optimization_args(parser):
help='weight decay') help='weight decay')
group.add_argument('--sample-without-replacement', default=0, type=int, metavar='N', group.add_argument('--sample-without-replacement', default=0, type=int, metavar='N',
help='If bigger than 0, use that number of mini-batches for each epoch,' help='If bigger than 0, use that number of mini-batches for each epoch,'
' where each sample is drawn randomly with replacement from the' ' where each sample is drawn randomly without replacement from the'
' dataset') ' dataset')
return group return group
......
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