mirror of
https://github.com/hykilpikonna/SpeechGenderAnalysis.git
synced 2026-03-21 17:34:10 -05:00
[+] ArchLinux install instructions
This commit is contained in:
parent
21b6de3831
commit
df93079f61
12
README.md
12
README.md
|
|
@ -48,3 +48,15 @@ pip install -r requirements-win-cuda.txt
|
|||
```shell
|
||||
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
|
||||
```
|
||||
|
||||
### Arch Linux (CUDA)
|
||||
|
||||
#### Python (3.9.11)
|
||||
|
||||
```sh
|
||||
python -m venv venv
|
||||
source ./venv/bin/activate
|
||||
pip install -r requirements-win-cuda.txt
|
||||
sudo pacman -S tensorflow-cuda
|
||||
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"
|
||||
```
|
||||
|
|
@ -9,3 +9,4 @@ pygame
|
|||
praat-parselmouth==0.4.1
|
||||
tqdm
|
||||
seaborn
|
||||
jsonpickle
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ pygame
|
|||
praat-parselmouth==0.4.1
|
||||
tqdm
|
||||
seaborn
|
||||
jsonpickle
|
||||
Loading…
Reference in New Issue
Block a user