Seonghoon-Yu/MoCov2_Pytorch_tutorial
MoCo v2 Pytorch tutorial, https://arxiv.org/abs/2003.04297
This tutorial helps machine learning practitioners understand and implement MoCo v2, a method for self-supervised learning in computer vision. It provides a guided example to train models to recognize features in images without needing pre-labeled datasets. The output is a model capable of extracting meaningful visual representations, useful for tasks like image classification or object detection.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to build computer vision models efficiently using self-supervised learning techniques when labeled data is scarce.
Not ideal if you are looking for a plug-and-play solution for a specific image analysis task without needing to understand or implement the underlying model architecture.
Stars
36
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Seonghoon-Yu/MoCov2_Pytorch_tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.