forked from mrq/ai-voice-cloning
crunchbangs
This commit is contained in:
parent
650eada8d5
commit
602d477935
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
git clone https://git.ecker.tech/mrq/DL-Art-School dlas
|
git clone https://git.ecker.tech/mrq/DL-Art-School dlas
|
||||||
python -m pip install -r ./dlas/requirements.txt
|
python -m pip install -r ./dlas/requirements.txt
|
1
start.sh
1
start.sh
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
python3 ./src/main.py
|
python3 ./src/main.py
|
||||||
deactivate
|
deactivate
|
||||||
|
|
1
train.sh
1
train.sh
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
python3 ./src/train.py -opt "$1"
|
python3 ./src/train.py -opt "$1"
|
||||||
deactivate
|
deactivate
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/main
|
git reset --hard origin/master
|
||||||
call .\update.bat
|
call .\update.bat
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/main
|
git reset --hard origin/master
|
||||||
./update.sh
|
./update.sh
|
Loading…
Reference in New Issue
Block a user