Skip to content

CS 231N Project: Protoypical Pre-training for Visual Representation Learning

Notifications You must be signed in to change notification settings

rosikand/prototypical-representation-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototypical Representation Learning

Code for CS 231N project: "Prototypical Pre-Training for Visual Representation Learning"

Directory structure

  • paper.pdf: PDF of final project report.
  • poster.pdf: PDF of poster.
  • logs/: training logs for PRL fine-tuning.
  • plots: some saved t-SNE plots. See the report for a description.
  • proto/: directory containing the python scripts that implement prototypical pre-training and fine-tuning, as described in the report.
  • simclr/: directory containing scripts that implement SimCLR pre-training and fine-tuning.
  • baseline/: directory containing baseline (MLP and ResNet) script.

About

CS 231N Project: Protoypical Pre-training for Visual Representation Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages