From 1eb30adea98e00dcb5e84e06d371e670e4b25c66 Mon Sep 17 00:00:00 2001 From: glad4enkonm Date: Tue, 7 Oct 2025 14:35:34 +0300 Subject: [PATCH] Update README.md docs: correct conda environment and script path in examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e93161..7d202ae 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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