Dementia Assessment on Mandarin Speech Using Transformer-based Acoustic and Linguistic Features
Create conda environment with Python
conda create --name {conda_env_name} python=3.8
conda activate {conda_env_name}
Install Jupyter kernel
conda install jupyter ipykernel
python -m ipykernel install --name {ipykernel_name} --user
Install PyTorch and other packages
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117s
pip install -r requirements.txt
We used the Transformer-based models and divided them into:



5 commits
Jupyter Notebook
97.5%
Python
2.5%
Dementia Assessment on Mandarin Speech Using Transformer-based Acoustic and Linguistic Features
Create conda environment with Python
conda create --name {conda_env_name} python=3.8
conda activate {conda_env_name}
Install Jupyter kernel
conda install jupyter ipykernel
python -m ipykernel install --name {ipykernel_name} --user
Install PyTorch and other packages
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117s
pip install -r requirements.txt
We used the Transformer-based models and divided them into:



5 commits
Jupyter Notebook
97.5%
Python
2.5%