crunchbangs

master
mrq 2023-02-18 02:46:44 +07:00
parent 650eada8d5
commit 602d477935
8 changed files with 9 additions and 2 deletions

@ -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,3 +1,4 @@
#!/bin/bash
source ./venv/bin/activate source ./venv/bin/activate
python3 ./src/main.py python3 ./src/main.py
deactivate deactivate

@ -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

@ -1,3 +1,4 @@
#!/bin/bash
git pull git pull
python -m venv venv python -m venv venv
source ./venv/bin/activate source ./venv/bin/activate