From c8d0d68efc9e2c53b7a2a9f82998a9fa03484370 Mon Sep 17 00:00:00 2001 From: Abraham Chan Date: Sun, 16 Jun 2024 17:45:34 -0700 Subject: [PATCH] Update Part 5 numbering in DSN Tutorial --- tutorials/DSN24/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/DSN24/README.md b/tutorials/DSN24/README.md index 87c4c977..7a05c298 100755 --- a/tutorials/DSN24/README.md +++ b/tutorials/DSN24/README.md @@ -182,7 +182,7 @@ runOption: cat llfi/std_output/std_outputfile-run-0-3 ``` -## Part 4: Specifying Specific Neural Network Layers +## Part 5: Specifying Specific Neural Network Layers View the original model, `mnist-cnn.py`, written in TensorFlow for reference. In this exercise, we wish to select specific layers in the model for fault injection. Previously, `input.yaml` was configured so that many different layers were chosen at random for fault injection.