Raditsoic commited on
Commit
655e560
·
verified ·
1 Parent(s): 88bbc3d

feat: Release version 1.1

Browse files
models/trashnet_v1.1/README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - garythuang/trashnet
4
+ metrics:
5
+ - accuracy
6
+ pipeline_tag: image-classification
7
+ ---
8
+
9
+ # Model Version 1.1
10
+ Created on: 2024-12-20 19:53:42
11
+
12
+ ## Metrics
13
+ - *train_loss*: 0.7815648026353731
14
+ - *train_accuracy*: 72.17412812268118
15
+ - *val_loss*: 0.9300829283893108
16
+ - *val_accuracy*: 67.06231454005935
models/trashnet_v1.1/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "Custom CNN",
3
+ "input_size": [
4
+ 224,
5
+ 224
6
+ ],
7
+ "num_classes": 6,
8
+ "transformations": [
9
+ "RandomHorizontalFlip",
10
+ "RandomRotation(15)",
11
+ "ColorJitter(brightness=0.2, contrast=0.2)",
12
+ "Resize(224x224)",
13
+ "ToTensor",
14
+ "Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])"
15
+ ],
16
+ "optimizer": "Adam",
17
+ "learning_rate": 0.001,
18
+ "batch_size": 32,
19
+ "epochs": 10
20
+ }
models/trashnet_v1.1/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "train_loss": 0.7815648026353731,
3
+ "train_accuracy": 72.17412812268118,
4
+ "val_loss": 0.9300829283893108,
5
+ "val_accuracy": 67.06231454005935
6
+ }
models/trashnet_v1.1/trashnet_v1.1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e043cf1574db8d46670f8026c23423dbb90994c7c865cf4caa1058becefe3d
3
+ size 102844888