commit 8e08d234167d2ea56d18998e4a6f40629308a385
parent ac15a86100236505d69c7a5eefb42ff1508aedee
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Fri, 14 Oct 2016 13:04:51 +0200
Update stage1_2.sh
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/scripts/stage1_2.sh b/scripts/stage1_2.sh
@@ -3,3 +3,7 @@
echo "Download negatives"
export PYTHONPATH="/usr/lib/python2.7/dist-packages/"
python download-image-by-link.py --stage 1_2
+
+zstd --train neg/* -o neg
+zstd neg.zst -D neg
+cp "./neg.zst" "/root/shared/results/neg.zst" && echo "pos.zst in upload"