Publish model caformer_s36_v1.3_fixed, on 2024-09-22 05:35:32 UTC
Browse files- caformer_s36_v1.3_fixed/meta.json +10 -0
- caformer_s36_v1.3_fixed/metrics.json +7 -0
- caformer_s36_v1.3_fixed/model.ckpt +3 -0
- caformer_s36_v1.3_fixed/model.onnx +3 -0
- caformer_s36_v1.3_fixed/plot_confusion.png +0 -0
- caformer_s36_v1.3_fixed/plot_f1_curve.png +0 -0
- caformer_s36_v1.3_fixed/plot_p_curve.png +0 -0
- caformer_s36_v1.3_fixed/plot_pr_curve.png +0 -0
- caformer_s36_v1.3_fixed/plot_r_curve.png +0 -0
- caformer_s36_v1.3_fixed/plot_roc_curve.png +0 -0
- caformer_s36_v1.3_fixed/plot_sample_anime.png +0 -0
- caformer_s36_v1.3_fixed/plot_sample_real.png +0 -0
caformer_s36_v1.3_fixed/meta.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"drop_path_rate": 0.4,
|
3 |
+
"img_size": 384,
|
4 |
+
"labels": [
|
5 |
+
"anime",
|
6 |
+
"real"
|
7 |
+
],
|
8 |
+
"name": "caformer_s36.sail_in22k_ft_in1k_384",
|
9 |
+
"pretrained": true
|
10 |
+
}
|
caformer_s36_v1.3_fixed/metrics.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"AUC": 0.9986882020926873,
|
3 |
+
"accuracy": 0.9894577662562108,
|
4 |
+
"loss": 0.010880728617295459,
|
5 |
+
"mAP": 0.9986669693784226,
|
6 |
+
"step": 14
|
7 |
+
}
|
caformer_s36_v1.3_fixed/model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5efc6eafc7fc0316cbd0c81d6e4d873814b8510ce9a276e0645904fdf7d7be8
|
3 |
+
size 164467951
|
caformer_s36_v1.3_fixed/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f6afb0d8e2dda6628ba16f0238c75886c41da17580e81a2b329e81fae7e69f7
|
3 |
+
size 149583500
|
caformer_s36_v1.3_fixed/plot_confusion.png
ADDED
caformer_s36_v1.3_fixed/plot_f1_curve.png
ADDED
caformer_s36_v1.3_fixed/plot_p_curve.png
ADDED
caformer_s36_v1.3_fixed/plot_pr_curve.png
ADDED
caformer_s36_v1.3_fixed/plot_r_curve.png
ADDED
caformer_s36_v1.3_fixed/plot_roc_curve.png
ADDED
caformer_s36_v1.3_fixed/plot_sample_anime.png
ADDED
caformer_s36_v1.3_fixed/plot_sample_real.png
ADDED