addyo07's picture
Restructure: model/pytorch/, model/onnx/, scripts/
fe775e3 verified
Raw
History Blame Contribute Delete
176 Bytes
#!/bin/bash
cd /opt/vox/classifier
source .venv/bin/activate
python3 -u scripts/generate_dataset.py --category "$1" > "data/gen_$1.log" 2>&1
echo "DONE: $1" >> data/gen_$1.log