news-navigator/code/code-merge-no-pretrained/3_create_sub.sh

3 lines
209 B
Bash
Raw Normal View History

2022-08-02 15:14:34 +02:00
for i in ./predictions/dev-0/labels/*txt ; do python change_to_nonrelative.py $i $i-nonrelative ; done
for i in ./predictions/test-A/labels/*txt ; do python change_to_nonrelative.py $i $i-nonrelative ; done