Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prushh-wsl authored and prushh-wsl committed Jul 28, 2023
1 parent adcf186 commit 14b053e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Note that all necessary datasets are automatically downloaded during the first e
#### Training

```bash
python3 fire/train.py fire/train_fire.yml -e <name_expriment_folder>
python3 fire/train.py fire/train_fire.yml -e <train_experiment_folder>
```

#### Evaluation

```bash
python3 fire/evaluate.py fire/eval_fire.yml -e <name_expriment_folder> -ml <name_expriment_folder>
python3 fire/evaluate.py fire/eval_fire.yml -e <eval_experiment_folder> -ml <train_experiment_folder>
```

For more details, see the [README.md](https://github.com/prushh/fire/blob/main/README.MD) of the FIRe repository.
Expand Down

0 comments on commit 14b053e

Please sign in to comment.