Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ We use anaconda to create python environment and install required libraries:
```
cd LGSRR
conda create --name lgsrr python=3.9
conda activate lgsrr
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install -r requirements.txt
```
Expand All @@ -32,7 +33,7 @@ You can evaluate the performance of our proposed LGSRR on [MIntRec2.0](https://p
- MIntRec2.0

```
sh examples/run_lgsrr_MIntRec2.0.sh
sh examples/run_lgsrr_MIntRec2.sh
```

- IEMOCAP-DA
Expand Down