File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # vox-adv-cpk-wget.pth.tar (https://drive.google.com/file/d/1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ /view)
3+ # vox-adv-cpk-wget.pth.tar (https://drive.google.com/file/d/1coUCdyRXDbpWnEkA99NLNY60mb9dQ_n3 /view)
44echo " Downloading model's weights (vox-adv-cpk.pth.tar)"
55
6- https://drive.google.com/file/d/1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ/view
7- file_id=1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ
6+ file_id=1coUCdyRXDbpWnEkA99NLNY60mb9dQ_n3
87filename=vox-adv-cpk.pth.tar
98echo " Getting cookie"
109curl -sc /tmp/cookie " https://drive.google.com/uc?export=download&id=${file_id} " > /dev/null
1110code=" $( awk ' /_warning_/ {print $NF}' /tmp/cookie) "
1211echo " Downloading data"
1312curl -Lb /tmp/cookie " https://drive.google.com/uc?export=download&confirm=${code} &id=${file_id} " -o ${filename}
1413
15- echo " Expected checksum: 46b26eabacbcf1533ac66dc5cf234c5e "
14+ echo " Expected checksum: 8a45a24037871c045fbb8a6a8aa95ebc "
1615echo " Found checksum: $( md5sum ${filename} ) "
You can’t perform that action at this time.
0 commit comments