ai-voice-cloning/train.sh

5 lines
83 B
Bash

#!/bin/bash
source ./venv/bin/activate
python3 ./src/train.py -opt "$1"
deactivate