Skip to content

This project implements constrastive learning algorithm MOCO with tensorflow 2.0

Notifications You must be signed in to change notification settings

alchemy-studio/MOCO-tf2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOCO-tf2

This project implements constrastive learning algorithm introduced in Momentum Contrast for Unsupervised Visual Representation Learning with tensorflow 2.0

download dataset

The project trains ResNet50 with constrastive learning on imagenet resized version. Download the dataset with

python3 download_dataset.py

training

Train the model with the following command

python3 train.py

About

This project implements constrastive learning algorithm MOCO with tensorflow 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%