- student id: 310551062
- name: 唐宇謙
- Install the following package:
- torch
- torchvision
- numpy
- tqdm
- You can use
python3 venv
to create a virtual environment.
- Supposed that you put the data directory at
data/
, and the subdirectory ofdata/
isunlabeled/
andtest/
.
python3 byol.py --train_imgdir data/unlabeled/ --test_imgdir data/test/