Core Development Reset

This commit is contained in:
Smiril
2022-08-17 09:51:17 +02:00
committed by GitHub
parent e50772ab64
commit a6eb6c3ff2
52 changed files with 525 additions and 0 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