Spaces:
Sleeping
Sleeping
File size: 708 Bytes
a919b01 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #!/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
|