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
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
source env.sh
$DFL_PYTHON "$DFL_SRC" convert \
--input-dir "$DFL_WORKSPACE/data_dst" \
--output-dir "$DFL_WORKSPACE/data_dst/merged" \
--aligned-dir "$DFL_WORKSPACE/data_dst/aligned" \
--model-dir "$DFL_WORKSPACE/model" \
--model SAE \
--debug