Skip to content
Snippets Groups Projects
Commit f0667f5f authored by Danjou Pierre's avatar Danjou Pierre
Browse files

Update README.md

parent 4bec3d7a
Branches
No related tags found
No related merge requests found
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
......@@ -233,3 +239,6 @@ print(
)
)
```
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment