Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 213 Bytes

VISUAL.md

File metadata and controls

10 lines (9 loc) · 213 Bytes

Visual GCMAE feature representation

python tsne.py \
    --batch_size 128 \
    --model vit_base_patch16 \
    --finetune path/to/pth \
    --save_path path/to/png \ 
    --data_path_val path/to/data \