From b1adef3ff1555b315d17e3bd8de3a5c6844ecda7 Mon Sep 17 00:00:00 2001 From: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com> Date: Wed, 16 Jun 2021 11:56:58 +0930 Subject: [PATCH] Update README.md conversion --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7de070c..e95ed3d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ News! We have released a TF2 implementation of SimCLR (along with converted checkpoints in TF2), they are in tf2/ folder. News! Colabs for Intriguing Properties of Contrastive Losses are added, see here. -
SimCLR Illustration
@@ -170,7 +169,7 @@ Set the `checkpoint` to those that are only pre-trained but not fine-tuned. Give ## Other resources -### Model convertion to Pytorch format +### Model conversion to Pytorch format This [repo](https://github.com/tonylins/simclr-converter) provides a solution for converting the pretrained SimCLRv1 Tensorflow checkpoints into Pytorch ones.