GithubHelp home page GithubHelp logo

simsiam's Introduction

Exploring Simple Siamese Representation Learning (SimSiam)

Network

simsiam

Experiments

Model Pre-training Epochs Batch size Dim Linear Evaluation Acc (%)
ResNet-18 (Paper) 800 512 2048 O 91.8
ResNet-18 (Our) 300 512 1024 O 72.49
ResNet-18 800 256 1024 O 83.93
ResNet-18 512 2048 O wip
  • plot

Usage

  • Dataset (CIFAR-10)
    data
      └── cifar-10-batches-py
        ├── batches.meta
        ├── data_batch_1
        ├── data_batch_2
        ├── data_batch_3
        ├── data_batch_4
        ├── data_batch_5
        ├── readme.html
        └── test_batch
    
  1. Pre-training
python main.py --pretrain True
  1. DownStream Task (Linear)
python main.py --checkpoints checkpoints/checkpoint_pretrain_model.pth --pretrain False

Reference

  • Paper Link
  • Author: Xinlei Chen, Kaiming He
  • Organization: Facebook AI Research (FAIR)

simsiam's People

Contributors

leaderj1001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

simsiam's Issues

Linear Classifier

Thanks for your implementation.

Can you please explain why the linear-classifier has 2 layers? I expected just one linear-layer.

Details regarding model training

Thanks for sharing!

How do you train this model?
How many GPUs do you require and how long does it take?
Can this be run on Google Colab for CIFAR-10?

--pretrain

type of --pretrain should not be bool
you can‘t change its value through command

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.