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