Spaces:
Sleeping
Sleeping
File size: 310 Bytes
a919b01 | 1 2 3 4 5 6 7 | #!/bin/bash
CUDA_VISIBLE_DEVICES=0 python dota.py --config configs/rn50 \
--log-path ./log \
--datasets dtd/fgvc/oxford_flowers/stanford_cars \
--backbone RN50
|