Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 703 Bytes

self-supervised-AL

Self supervised learning + active learning

Directory Structure

.
├── src/                    # Contains scripts and jupyter notebooks for BYOL model and data exploration
├── cifar_scripts/          # Contains scripts for synthetic CIFAR construction
├── .gitignore
├── README.md
├── config.py               # Various configurations needed for subset selection
├── subset_selection.py     # Runs various subset selection methods for fixed BYOL embeddings
└── train.py                # Runs training for BYOL

Author Contact:

Adithya Ganesh acganesh@stanford.edu

Anthony Vento avento@stanford.edu