Core Development Reset

This commit is contained in:
Smiril
2022-08-17 09:59:16 +02:00
parent e4d0993da4
commit 759a3c9b8a
89 changed files with 915 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
$DFL_PYTHON "$DFL_SRC" train \
--training-data-src-dir "$DFL_WORKSPACE/data_src" \
--training-data-dst-dir "$DFL_WORKSPACE/data_dst" \
--model-dir "$DFL_WORKSPACE/model" \
--model XSeg