Hristijan123 commited on
Commit
26b666c
·
verified ·
1 Parent(s): d4c24a4

Add checkpoint manifest for EfficientNet-B3

Browse files
Files changed (1) hide show
  1. checkpoint_manifest.json +15 -0
checkpoint_manifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "current_candidate": {
3
+ "file": "efficientnet_b3_stanford300_best.pt",
4
+ "architecture": "efficientnet_b3",
5
+ "image_size": 300,
6
+ "dataset": "Stanford Cars",
7
+ "num_classes": 196,
8
+ "sha256": "9a58a217831a083c34bbe849b0880a262dfe996476ca5dddc4b218fa25bd56ac",
9
+ "status": "candidate_final_for_api_smoke_test"
10
+ },
11
+ "previous_baseline": {
12
+ "file": "best.pt",
13
+ "note": "Do not assume this is the current final model until promotion is done."
14
+ }
15
+ }