Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags: [
|
| 4 |
+
image-classification,
|
| 5 |
+
pytorch
|
| 6 |
+
]
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# LookThem Imagenet-100
|
| 10 |
+
## Result
|
| 11 |
+
- Training 10 epoch + Extra Epoch classifier 20: 85.65%
|
| 12 |
+
- Test top 1 accuracy: 51.72%
|
| 13 |
+
- The provided training code aren't the original train code (originally it's messy and split into some code)
|