Amir Ziai 5 years ago
parent
commit
d55a793460
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -9,11 +9,11 @@ Use Python 3.6+
 python3 experiments.py
 ```
 
+this will run the experiments in `params.py` specified by the `experiments` dictionary.
+
 ## Requirements
 This is a PyTorch project. Look at `requirements.txt` for more details. 
 
-this will run the experiments in `params.py` specified by the `experiments` dictionary.
-
 ## Build dataset
 The following will build the dataset for training. You need to provide path to video segments.
 ```python