Skip to content

Commit

Permalink
Just a Typo (Lightning-Universe#413)
Browse files Browse the repository at this point in the history
missing a ' at the end of dataset='stl10
  • Loading branch information
JonathanSum authored and chris-clem committed Dec 16, 2020
1 parent 07315ae commit 931dad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/self_supervised_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ To Train::
model = SwAV(
gpus=1,
num_samples=dm.num_unlabeled_samples,
dataset='stl10,
dataset='stl10',
batch_size=batch_size
)

Expand Down

0 comments on commit 931dad8

Please sign in to comment.