From 588a8887f6aae502614819d8a035d2d8aacb9d46 Mon Sep 17 00:00:00 2001 From: JibrilExe Date: Sat, 16 May 2026 09:49:06 +0200 Subject: [PATCH] feat: added model comparison to quick start --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e9cabc6..45bdf63 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ For detailed instructions on how to use the project, please refer to the **[API 3. **Simulate a trained model:** See [Simulation & Evaluation](docs/api/simulation.md). +4. **Compare fault tolerance of models:** + See [Checkpoint & Model Evaluation](docs/api/evaluation.md) + ## HPC See **[docs/HPC.md](docs/HPC.md)** for the full guide, including environment setup, cluster selection, interactive debugging, and job submission.