Skip to content

Commit 34f8185

Browse files
authored
fix path
1 parent b6890a2 commit 34f8185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuning_deepmind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ for f in $FILES; do
55
python -u main.py ${f##*/}
66
python prepare_rouge.py
77
cd ./deepmind/result/
8-
perl /home/pijili/tools/ROUGE-1.5.5/ROUGE-1.5.5.pl -n 4 -w 1.2 -m -2 4 -u -c 95 -r 1000 -f A -p 0.5 -t 0 myROUGE_Config.xml C
8+
perl Home-of-ROUGE-1.5.5/ROUGE-1.5.5.pl -n 4 -w 1.2 -m -2 4 -u -c 95 -r 1000 -f A -p 0.5 -t 0 myROUGE_Config.xml C
99
cd ../../
1010
done

0 commit comments

Comments
 (0)