Giter Site home page Giter Site logo

chingisooinar / self-supervised-skku Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 413 KB

Final Project for Deep Learning Course at Sungkyunkwan University (2021 Spring). Placed 1st at Kaggle's in-class competition (0.95957 accuracy).

Python 100.00%

self-supervised-skku's Introduction

Hyperparameters

Parameter Meaning
low-dim categories
lr Learning rate
b Batch size
model Network name
Instance Run title
fixmatch Whether to use Fixmatch
threshold Threshold for pseudo labels
T temperature
r Checkpoint name
test-only Whether to run inference only
uda Whether to use UDA
ensemble Whether to run Ensemble inference

Competition results: https://www.kaggle.com/c/dnn2021ssl/leaderboard

Example for training using FixMatch

train.py --low-dim 10 --lr 1e-4 --b 64 --model vgg19 --instance NAME --fixmatch True --threshold 0.95 --T 0.5

Example for training using UDA

train.py --low-dim 10 --lr 1e-4 --b 64 --model vgg19 --NAME --uda True

Example for training Supervised only

train.py --low-dim 10 --lr 1e-4 --b 64 --model vgg19 --NAME

Example for inference

train.py --low-dim 10 --lr 1e-4 --b 64 --model vgg16 --instance NAME -r NAME.t7 --test-only

Example for Ensemble inference

python3 train.py --low-dim 10 --lr 1e-4 --b 64 --model vgg19,vgg16 --instance ensemble -r NAME.t7,NAME2.t7 --test-only --ensemble True

self-supervised-skku's People

Contributors

cowana-ai avatar

Watchers

Chingis Oinar 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.