Closed tariq-hasan-zz closed 6 years ago
Lines 8-14 and 54-60 in getdata.sh both contain the same lines of code:
getdata.sh
echo "- Downloading WikiText-2 (WT2)" wget --quiet --continue https://s3.amazonaws.com/research.metamind.io/wikitext/wikitext-2-v1.zip unzip -q wikitext-2-v1.zip cd wikitext-2 mv wiki.train.tokens train.txt mv wiki.valid.tokens valid.txt mv wiki.test.tokens test.txt
I think that lines 54-60 from getdata.sh can be deleted with no consequence.
My recent PR merge fixes this. Thanks for pointing it out.
You're welcome.
Lines 8-14 and 54-60 in
getdata.sh
both contain the same lines of code:I think that lines 54-60 from
getdata.sh
can be deleted with no consequence.