We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5469 commit 60f7884Copy full SHA for 60f7884
README.md
@@ -37,11 +37,11 @@ Required directory structure:
37
38
-
39
1. Download the repository and install the required packages:
40
-`pip install -r requirements.txt`
+```pip3 install -r requirements.txt```
41
2. The main file is sufficient to run the experiments.
42
-Then, run the code using the command prompt as follows:
+Then, run the code using linux terminal as follows:
43
44
-`python main.py --data_directory "data"`
+```python3 main.py --data_directory "data"```
45
46
Available arguments:
47
- `--num_epochs`: Number of epochs of training. Default = 70
0 commit comments