• Stars
    star
    147
  • Rank 242,814 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.

UDA : Unsupervised Data Augmentation

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.

  • Experiments on Text Dataset need to be done. Any Pull-Requests would be appreciated.
  • Augmentation policies for SVHN, Imagenet using AutoAugment are not available publicly. We use policies from Fast AutoAugment.

Most of codes are from Fast AutoAugment.

Introduction

todo.

Run

$ python train.py -c confs/wresnet28x2.yaml --unsupervised

Experiments

Cifar10 (Reduced, 4k dataset)

Reproduce Paper's Result

WResNet 28x2 Paper Our Converged(Top1 Err) Our Best(Top1 Err)
Supervised 20.26 21.30
AutoAugment 14.1* 15.4 13.4
UDA 5.27 6.58 6.27

SVHN

todo.

ImageNet

todo.

References

More Repositories

1

pytorch-gradual-warmup-lr

Gradually-Warmup Learning Rate Scheduler for PyTorch
Python
958
star
2

pytorch-randaugment

Unofficial PyTorch Reimplementation of RandAugment.
Python
618
star
3

cutmix

a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.
Python
166
star
4

remote-dataloader

PyTorch DataLoader processed in multiple remote computation machines for heavy data processings
Python
63
star
5

data-science-bowl-2018

End-to-end one-class instance segmentation based on U-Net architecture for Data Science Bowl 2018 in Kaggle
Python
57
star
6

tf-lcnn

Tensorflow implementation for 'LCNN: Lookup-based Convolutional Neural Network'. Predict Faster using Models Trained Fast with Multi-GPUs
Python
38
star
7

kaggle-human-protein-atlas-image-classification

Kaggle 2018 @ Human Protein Atlas Image Classification
Python
34
star
8

simulated-annealing-for-tsp

This code is to solve traveling salesman problem by using simulated annealing meta heuristic.
C++
27
star
9

deep-object-detection-models

Deep Learning으둜 ν•™μŠ΅λœ Object Detection Model 에 λŒ€ν•΄ μ •λ¦¬ν•œ Archive μž„.
19
star
10

pystopwatch2

Multi Stopwatch for Python
Python
12
star
11

ai-starthon-2019

Codes used on AI Starthon 2019. 1st place in total.
Python
8
star
12

chat-ui-dashboard

Svelte
7
star
13

wedding-invitation

CSS
4
star
14

evonorm

Pytorch Implementation of EvoNorm which reproduces paper's result
Python
4
star
15

HttpReverseProxy

HTTP reverse proxy designed to facilitate secure access to HTTP services located within an internal network
Python
3
star
16

tbreader

TensorBoard Log Parser
Python
2
star