Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags: [
|
| 4 |
+
image-classification,
|
| 5 |
+
pytorch
|
| 6 |
+
]
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# LookThem V7 Caltech256
|
| 10 |
+
|
| 11 |
+
Caltech256 classification with custom architecture
|
| 12 |
+
|
| 13 |
+
## Result
|
| 14 |
+
- Training 30 epoch AdamW, training accuracy (with dropout): 42.30%
|
| 15 |
+
- Test accuracy: 38.03%
|