Coder Social home page Coder Social logo

chenghuige / simclr-tensorflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sthalles/simclr-tensorflow

0.0 1.0 0.0 33 KB

TensorFlow Implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations

Home Page: https://sthalles.github.io/simple-self-supervised-learning/

Python 70.88% Jupyter Notebook 29.12%

simclr-tensorflow's Introduction

TensorFlow implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations

Still under development!!

For a Pytorch Implementation: PyTorch SimCLR

Image of SimCLR Arch

Dependencies

  • tensorflow 2.x

Config file

Before running SimCLR, make sure you choose the correct running configurations on the config.yaml file.

batch_size: 256 # A batch size of N, produces 2 * (N-1) negative samples. Original implementation uses a batch size of 8192
out_dim: 64 # Output dimensionality of the embedding vector z. Original implementation uses 2048
s: 1
temperature: 0.5 # Temperature parameter for the contrastive objective
base_convnet: "resnet18" # The ConvNet base model. Choose one of: "resnet18 or resnet50". Original implementation uses resnet50
use_cosine_similarity: True # Distance metric for contrastive loss. If False, uses dot product
epochs: 40 # Number of epochs to train
num_workers: 4 # Number of workers for the data loader

Feature Evaluation

Feature evaluation is done using a linear model protocol. Feature are learned using the STL10 unsupervised set and evaluated in the train/test splits;

Check the feature_eval/FeatureEvaluation.ipynb notebook for reproducebility.

Feature Extractor Method Architecture Top 1
Logistic Regression PCA Features - -
KNN PCA Features - -
Logistic Regression SimCLR ResNet-18 -
KNN SimCLR ResNet-18 -

Download pre-trained model


simclr-tensorflow's People

Contributors

sthalles avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.