Initial commit

This commit is contained in:
Oleksandr Chychkan
2020-07-06 19:04:19 -07:00
commit ec4d3fb23f
26 changed files with 902 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
rm -fr "$WORKSPACE/data_src/*"
rm -fr "$WORKSPACE/data_dst/*"
rm -fr "$WORKSPACE/model/*"