From f0667f5f10e6c9e6ca0e7434a7e2da3cbad1acc6 Mon Sep 17 00:00:00 2001 From: Danjou Pierre <pierre.danjou@etu.ec-lyon.fr> Date: Wed, 8 Jan 2025 17:01:58 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 259aac4..d03f69e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +Please find in this file the codes used for the second part of the third TD. +I did the first one using google colab but not for the second one. You can thus find the codes I used bellow. +Thank you for your understanding. +Pierre Danjou + + To adapt the code to apply the ViT model on CIFAR dataset : ```python @@ -232,4 +238,7 @@ print( np.sum(class_total), ) ) -``` \ No newline at end of file +``` + + +After all the test, we can find an accuracy for this model of around 42% which is better than the KNN but lower than the model used in TD2. \ No newline at end of file -- GitLab