mirror of
https://github.com/wassname/multifit.git
synced 2026-09-09 11:27:26 +08:00
Quiet wget
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ do
|
||||
mkdir -p "${DATA_DIR}/${LANGUAGE}"
|
||||
for FILE_EXT in train.1000 train.2000 train.5000 train.10000 dev test
|
||||
do
|
||||
wget -c $MLDOC/mldoc-indices/$LANGUAGE.$FILE_EXT -P "${DATA_DIR}/tmp"
|
||||
wget -cq $MLDOC/mldoc-indices/$LANGUAGE.$FILE_EXT -P "${DATA_DIR}/tmp"
|
||||
|
||||
python $DATA_DIR/tmp/generate_documents.py \
|
||||
--indices-file $DATA_DIR/tmp/$LANGUAGE.$FILE_EXT \
|
||||
|
||||
Reference in New Issue
Block a user