From 25eabe7b1f4cea0bd2ed75ab14f7ec2e624bd7b6 Mon Sep 17 00:00:00 2001 From: Fabrice Daian <fabrice.daian@lis-lab.fr> Date: Mon, 10 Mar 2025 12:42:50 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 541ff19..05df1e9 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ For our example, here is the command you need to type to start the inference usi python mupixinfer.py --experiment_path "./experiments/metrology_experiment/" ``` -Once done you can see that the predictions has been stored in the ```./experiments/metrology_experiment/predictions/``` directory: +Once done you can see that the predictions have been stored in the ```./experiments/metrology_experiment/predictions/``` directory: ``` Saved weights to ./experiments/metrology_experiment/results/networks/Generator.h5 1/1 [==============================] - 7s 7s/step -- GitLab