Files
DeepFaceLab_MacOS/scripts/6_train_SAEHD.sh
T
Oleksandr Chychkan ec4d3fb23f Initial commit
2020-07-06 19:04:19 -07:00

10 lines
259 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" train \
--training-data-src-dir "$WORKSPACE/data_src/aligned" \
--training-data-dst-dir "$WORKSPACE/data_dst/aligned" \
--model-dir "$WORKSPACE/model" \
--model SAEHD