Skip to content

Commit

Permalink
updated link to cifar-10 weights for simclr (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ananyahjha93 and mergify[bot] authored Jul 13, 2021
1 parent 0505367 commit ab801aa
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 @@ -324,7 +324,7 @@ CIFAR-10 pretrained model::

from pl_bolts.models.self_supervised import SimCLR

weight_path = 'https://pl-bolts-weights.s3.us-east-2.amazonaws.com/simclr/bolts_simclr_imagenet/simclr_imagenet.ckpt'
weight_path = 'https://pl-bolts-weights.s3.us-east-2.amazonaws.com/simclr/simclr-cifar10-sgd/simclr-cifar10-sgd.ckpt'
simclr = SimCLR.load_from_checkpoint(weight_path, strict=False)

simclr.freeze()
Expand Down

0 comments on commit ab801aa

Please sign in to comment.