ASomeoneWhoInterestedWithAI commited on
Commit
37f8e3d
·
verified ·
1 Parent(s): 20b63f9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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)