Overall Objective: Emotion Recognition with DANN.
Due to submodules, you should recursively clone the project.
git clone --recurse-submodules -j8 git@github.com:zzp1012/DANN-SEED.git
- Make sure GPU is avaible and
CUDA>=11.0
has been installed on your computer. You can check it withnvidia-smi
- Simply create an virtural environment with
python>=3.8
and runpip install -r requirements.txt
to download the required packages. If you useanaconda3
orminiconda
, you can run following instructions to download the required packages in python.conda create -y -n dann python=3.8 conda activate dann pip install pip --upgrade pip install -r requirements.txt conda activate dann conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
if you would like to contribute some codes, please submit a PR, and feel free to post issues via Github.
Please contact zzp1012@sjtu.edu.cn if you have any question on the codes.
Shanghai Jiao Tong University 上海交通大学