parent
428cc49012
commit
d04fe60e28
2
Pipfile
2
Pipfile
|
@ -21,4 +21,4 @@ tensorboardX = "*"
|
|||
Babel = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
python_version = "3.7"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ mkdir -p $SRCDIR/embeddings
|
|||
|
||||
for v in glove.6B.50d charNgram ; do
|
||||
for f in vectors itos table ; do
|
||||
curl -O "https://parmesan.stanford.edu/glove/${v}.txt.${f}.npy" ; mv ${v}.txt.${f}.npy $SRCDIR/embeddings/
|
||||
wget -c "https://parmesan.stanford.edu/glove/${v}.txt.${f}.npy" -O $SRCDIR/embeddings/${v}.txt.${f}.npy
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue