From 14b053e4028582de33df9fd9c518b092b347eb92 Mon Sep 17 00:00:00 2001 From: prushh-wsl Date: Fri, 28 Jul 2023 17:15:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad5ae1b..76d6ec9 100644 --- a/README.md +++ b/README.md @@ -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 +python3 fire/train.py fire/train_fire.yml -e ``` #### Evaluation ```bash -python3 fire/evaluate.py fire/eval_fire.yml -e -ml +python3 fire/evaluate.py fire/eval_fire.yml -e -ml ``` For more details, see the [README.md](https://github.com/prushh/fire/blob/main/README.MD) of the FIRe repository.