From 7cb39206cd93e21fccda2695742aebb47996ddc3 Mon Sep 17 00:00:00 2001 From: Fabrice Daian <fabrice.daian@lis-lab.fr> Date: Mon, 10 Mar 2025 12:36:56 +0100 Subject: [PATCH] typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60c96a0..4764e60 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Preprint BioRXiv [, model checkpoints (```networks```), image generated during the training (```images```) of a the µPIX model. -- `predictions` directory: will contains the generated image on the test dataset. +- `results` directory: will contain training logs you can monitor during the training (```logs.txt```), model checkpoints (```networks```), image generated during the training (```images```) of a the µPIX model. +- `predictions` directory: will contain the generated image on the test dataset. For information, here is the ```hyperparameters.json``` file created by default by µPIX for our example experiment that could be freely modifiable -- GitLab