Skip to content
Snippets Groups Projects
Commit f1338272 authored by Linke, Julian's avatar Linke, Julian
Browse files

Update file README.md

parent 3997eef7
No related branches found
No related tags found
No related merge requests found
...@@ -45,15 +45,15 @@ The command automatically generates the experiment folder ```exp_BEAGR```. **Not ...@@ -45,15 +45,15 @@ The command automatically generates the experiment folder ```exp_BEAGR```. **Not
## Reproduction ## Reproduction
The following steps are necessary to reproduce the experiment. At first you need to create a conda envrionment and install the necessary packages. Second you have to clone the fairseq repository and modify the file ```path.sh``` to export necessary environment variables. The following steps are necessary to reproduce the experiment. At first you need to create a conda envrionment and install the necessary packages. Second you have to clone the fairseq repository and modify the file ```path.sh``` to export necessary environment variables.
### Conda environment ### Conda environment (as of 27th July, 2023)
At first you should create your environment: At first you should create your conda environment:
``` ```
conda create -n speechcodebookanalysis python=3.8 conda create -n speechcodebookanalysis python=3.8
conda activate speechcodebookanalysis conda activate speechcodebookanalysis
``` ```
Then, you need to install the following packages: To set up your environment, please ensure you have the following Python packages installed. You can install them using pip:
``` ```
pip install fairseq pip install fairseq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment