Add imagenet data
Browse files- predictions/init_scores_imagenet/checkpoints/model.pth +3 -0
- predictions/init_scores_imagenet/config.json +9 -0
- predictions/init_scores_imagenet/embeddings.npy +3 -0
- predictions/init_scores_imagenet/labels.npy +3 -0
- predictions/init_scores_imagenet/metadata.json +3 -0
- predictions/init_scores_imagenet/model_predictions.npy +3 -0
- predictions/init_scores_imagenet/training_history.csv +2 -0
predictions/init_scores_imagenet/checkpoints/model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa100fbaba8dd4b778546ba56304825d1796dc814ca387be2ec86dfc02a30a6
|
3 |
+
size 25444226
|
predictions/init_scores_imagenet/config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"vision_backbone": "EfficientNet_B0",
|
3 |
+
"epochs": 1,
|
4 |
+
"dataset": "imagenet",
|
5 |
+
"validation_pct": 0.1,
|
6 |
+
"learning_rate": 0.001,
|
7 |
+
"batch_size": 256,
|
8 |
+
"compute_hierarchy": false
|
9 |
+
}
|
predictions/init_scores_imagenet/embeddings.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e55d4c3afdebc30c450b29fd2c04052b5e2bc0c5066b4f1ccd851f5369516e6
|
3 |
+
size 200000128
|
predictions/init_scores_imagenet/labels.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:186361171a139f8617d3ce725b06a01cbc9ae9eac739098b93dc6261ee7aacbe
|
3 |
+
size 400128
|
predictions/init_scores_imagenet/metadata.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset": "ImageNet"
|
3 |
+
}
|
predictions/init_scores_imagenet/model_predictions.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f019fc6f658f0a1a27ea162c21ed3b4d2f5c521381b793060cbb8b65ac8d69be
|
3 |
+
size 200000128
|
predictions/init_scores_imagenet/training_history.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
epoch,train_loss,train_accuracy,validation_loss,validation_accuracy
|
2 |
+
1,7821.891662538052,65.15996704392698,423.4320899248123,77.77734414636622
|