classification / scripts /run_cd_benchmark_vit.sh
jtt
update
a919b01
#!/bin/bash
CUDA_VISIBLE_DEVICES=0 python dota.py --config configs/vit \
--log-path ./log \
--datasets dtd/stanford_cars \
--backbone ViT-B/16 \
--enable-crg \
--crg-cache-size 6 \
--crg-threshold-ema 0.90 \
--crg-min-confidence 0.25 \
--crg-similarity-threshold 0.30