zferd commited on
Commit
371065d
·
verified ·
1 Parent(s): 5951966

Upload 2 files

Browse files
model/final_single_phase.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e994fff54605b9ef55ff7aab2010013af21d42f00eb1dc002e1751bb7e1c57
3
+ size 105502976
model/training_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": "2025-10-05 12:14:37",
3
+ "base_model": "ResNet50",
4
+ "image_size": [
5
+ 224,
6
+ 224
7
+ ],
8
+ "batch_size": 8,
9
+ "epochs": 30,
10
+ "initial_lr": 0.001,
11
+ "label_smoothing": 0.05,
12
+ "num_classes": 4,
13
+ "class_names": [
14
+ "CR",
15
+ "LP",
16
+ "ND",
17
+ "PO"
18
+ ],
19
+ "random_seed": 42
20
+ }