File size: 163 Bytes
d5049a2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
source "$(dirname "$0")/_env.sh"

python -m src.data_audit \
  --data-dir "$DATA_DIR" \
  --splits train val \
  --num-views "${NUM_VIEWS:-6}"