feat: Update main with the latest model
Browse files- README.md +16 -0
- config.json +2 -1
- metrics.json +4 -4
- trashnet.pth +3 -0
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
|
config.json
CHANGED
@@ -10,7 +10,8 @@
|
|
10 |
"RandomRotation(15)",
|
11 |
"ColorJitter(brightness=0.2, contrast=0.2)",
|
12 |
"Resize(224x224)",
|
13 |
-
"ToTensor"
|
|
|
14 |
],
|
15 |
"optimizer": "Adam",
|
16 |
"learning_rate": 0.001,
|
|
|
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,
|
metrics.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"train_loss":
|
3 |
-
"train_accuracy":
|
4 |
-
"val_loss":
|
5 |
-
"val_accuracy":
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"train_loss": 0.7815648026353731,
|
3 |
+
"train_accuracy": 72.17412812268118,
|
4 |
+
"val_loss": 0.9300829283893108,
|
5 |
+
"val_accuracy": 67.06231454005935
|
6 |
}
|
trashnet.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90e043cf1574db8d46670f8026c23423dbb90994c7c865cf4caa1058becefe3d
|
3 |
+
size 102844888
|