tools / mass_branches_retrieval.sh
patrickvonplaten's picture
uP
9ae8cf2
raw
history blame
No virus
207 Bytes
#!/usr/bin/env bash
touch all_branches.txt
while read p; do
echo "-------------------------------" >> all_branches.txt
python check_for_branches.py --model_id ${p} >> all_branches.txt
done <model_ids.txt