Commit ·
930ad56
0
Parent(s):
Add GeoViG pretrained weights - classification, medical segmentation, CoreML, IPA
Browse files- .gitattributes +4 -0
- CoreML/geovig_b.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- CoreML/geovig_b.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- CoreML/geovig_b.mlpackage/Manifest.json +18 -0
- CoreML/geovig_m.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- CoreML/geovig_m.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- CoreML/geovig_m.mlpackage/Manifest.json +18 -0
- CoreML/geovig_s.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- CoreML/geovig_s.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- CoreML/geovig_s.mlpackage/Manifest.json +18 -0
- CoreML/geovig_ti.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- CoreML/geovig_ti.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- CoreML/geovig_ti.mlpackage/Manifest.json +18 -0
- IPA/GeoViGBenchB-IPA.zip +3 -0
- IPA/GeoViGBenchM-IPA.zip +3 -0
- IPA/GeoViGBenchS-IPA.zip +3 -0
- IPA/GeoViGBenchTi-IPA.zip +3 -0
- coco_det_seg_pth/geovig_b_det_seg/20260107_175154.log +0 -0
- coco_det_seg_pth/geovig_b_det_seg/20260112_123639.log +0 -0
- coco_det_seg_pth/geovig_b_det_seg/epoch_12.pth +3 -0
- coco_det_seg_pth/geovig_m_det_seg/20260104_002407.log +0 -0
- coco_det_seg_pth/geovig_m_det_seg/det_mobilevig_m_62_8.pth +3 -0
- coco_det_seg_pth/geovig_m_det_seg/epoch_12.pth +3 -0
- medical/dsb_geovig_m/checkpoint.pth +3 -0
- medical/kvasir_geovig_m/checkpoint.pth +3 -0
- pth/geovig_b_5e4_8G_300_82_38/checkpoint.pth +3 -0
- pth/geovig_b_5e4_8G_300_82_38/log.txt +300 -0
- pth/geovig_m_5e4_8G_300_80_70/checkpoint.pth +3 -0
- pth/geovig_m_5e4_8G_300_80_70/log.txt +300 -0
- pth/geovig_s_5e4_8G_300_77_48/checkpoint.pth +3 -0
- pth/geovig_s_5e4_8G_300_77_48/log.txt +300 -0
- pth/geovig_ti_5e4_8G_300_75_22/checkpoint.pth +3 -0
- pth/geovig_ti_5e4_8G_300_75_22/log.txt +300 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
CoreML/geovig_b.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e384e77d9395569e6a95d10b42b6c11e3b4ddcc199f3b4d27c0ca7942f5f32fb
|
| 3 |
+
size 330117
|
CoreML/geovig_b.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4bc61eaa1973bd7ca489eb9e43ba38e7dcbc343437bc3d9c7132d7d11f8871d
|
| 3 |
+
size 39269840
|
CoreML/geovig_b.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"c0ae87a2-69c4-4673-82f4-1ee1cf9856bc": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"ec2b5aa5-1935-4a6d-ad74-ddce707908a6": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "c0ae87a2-69c4-4673-82f4-1ee1cf9856bc"
|
| 18 |
+
}
|
CoreML/geovig_m.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8de4221aa5dbcd39f924ba7a81b2c8e4bfe661fd2abee9524d8ff60c60601c27
|
| 3 |
+
size 281047
|
CoreML/geovig_m.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be2210c1c97197d308a3d48951cafc5df5be96f3461334884ce813bc776a428f
|
| 3 |
+
size 20495312
|
CoreML/geovig_m.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"76ab4329-2f87-41dc-9211-c6411528091f": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"93ced2c2-18b5-4b84-bc6d-a403ad06e0c4": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "76ab4329-2f87-41dc-9211-c6411528091f"
|
| 18 |
+
}
|
CoreML/geovig_s.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:400257a96be89dea959f2684f2b4b441f3110796ab503cf86822f86d4aef53fc
|
| 3 |
+
size 239143
|
CoreML/geovig_s.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9882d70433acc1ffc4a853c9ccd8704a11af5bf8184c17563897ba1389697573
|
| 3 |
+
size 9953936
|
CoreML/geovig_s.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"52b551ea-c551-4316-8436-e3589ef40f0d": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"f12e4ea1-b2a8-433c-9f40-49cec7a335ba": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "52b551ea-c551-4316-8436-e3589ef40f0d"
|
| 18 |
+
}
|
CoreML/geovig_ti.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57b6b2fbde80bd04af22b7830126f00492b73f746d0f39da7838802d80fd7e6a
|
| 3 |
+
size 228317
|
CoreML/geovig_ti.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8232bb566118eb8119d90e577b3c7e1116426e0b63c708a6a6ed2ef840df160b
|
| 3 |
+
size 7076048
|
CoreML/geovig_ti.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"39aca26f-6d74-4f4d-bed1-f57df6ab688e": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Weights",
|
| 7 |
+
"name": "weights",
|
| 8 |
+
"path": "com.apple.CoreML/weights"
|
| 9 |
+
},
|
| 10 |
+
"8e474556-71d8-4ba0-8e1c-46fdfefd42a2": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Specification",
|
| 13 |
+
"name": "model.mlmodel",
|
| 14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "8e474556-71d8-4ba0-8e1c-46fdfefd42a2"
|
| 18 |
+
}
|
IPA/GeoViGBenchB-IPA.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8e5ead0c47f4c0f825d31b506da47fe967ffa6bc4370c8f0725973646cd95fe
|
| 3 |
+
size 36257334
|
IPA/GeoViGBenchM-IPA.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f963d15402cb03be5a98229ded279337f83231f5e04a55d37c5c3b81e130b79f
|
| 3 |
+
size 18940016
|
IPA/GeoViGBenchS-IPA.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:408ce2cca10ee8c96631435ca5dacbdb2a3eba1b99056bcbb1bb381f44f324c6
|
| 3 |
+
size 9195368
|
IPA/GeoViGBenchTi-IPA.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6694703498d245a35e8b81e87aa586065d659f74b012b5edafd5093d8f6a0d3d
|
| 3 |
+
size 5803257
|
coco_det_seg_pth/geovig_b_det_seg/20260107_175154.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
coco_det_seg_pth/geovig_b_det_seg/20260112_123639.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
coco_det_seg_pth/geovig_b_det_seg/epoch_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ea56cea3bbd632772a058a0b459ecb7a992e1fe1a53933bcb7d82787ac5de5
|
| 3 |
+
size 472708502
|
coco_det_seg_pth/geovig_m_det_seg/20260104_002407.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
coco_det_seg_pth/geovig_m_det_seg/det_mobilevig_m_62_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3cd9533c04d0990a22a715c5737e2b0da2ba9109743cae841dd557c5c8c752e
|
| 3 |
+
size 388625122
|
coco_det_seg_pth/geovig_m_det_seg/epoch_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f0c6d07bfb7209bca17824eba99164352772084dfbec0563b8f6ab1cfddc6e0
|
| 3 |
+
size 360573042
|
medical/dsb_geovig_m/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1030e38942a9601bd580ba33fd62360531510a953ae70342d185019d83c813ca
|
| 3 |
+
size 355469362
|
medical/kvasir_geovig_m/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f904a7f6dc60136a669c5383f282bd8332eebf092f9fdbe1914bba7fc51b8fb
|
| 3 |
+
size 355469426
|
pth/geovig_b_5e4_8G_300_82_38/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:050fea0b038c80e12cd5a03ca5020cb141148e6c312fc78758b56c0f5fb9bde1
|
| 3 |
+
size 323943064
|
pth/geovig_b_5e4_8G_300_82_38/log.txt
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 7.007156801986694, "test_loss": 6.91254393493428, "test_acc1": 0.14800001083374023, "test_acc5": 0.7960000321626663, "epoch": 0, "n_parameters": 20170640}
|
| 2 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 6.948008877563477, "test_loss": 6.873139651382671, "test_acc1": 0.26000001663208006, "test_acc5": 1.146000038909912, "epoch": 1, "n_parameters": 20170640}
|
| 3 |
+
{"train_lr": 5.095000000000035e-05, "train_loss": 6.734010580158234, "test_loss": 6.197991816436543, "test_acc1": 2.368000080699921, "test_acc5": 7.772000192565918, "epoch": 2, "n_parameters": 20170640}
|
| 4 |
+
{"train_lr": 0.00010090000000000065, "train_loss": 6.399098714447021, "test_loss": 5.571102528011098, "test_acc1": 5.240000155410766, "test_acc5": 15.880000386352538, "epoch": 3, "n_parameters": 20170640}
|
| 5 |
+
{"train_lr": 0.0001508499999999984, "train_loss": 6.034025671195984, "test_loss": 4.888708009439356, "test_acc1": 11.15400030708313, "test_acc5": 28.27400073928833, "epoch": 4, "n_parameters": 20170640}
|
| 6 |
+
{"train_lr": 0.0002008000000000008, "train_loss": 5.659737500572205, "test_loss": 4.225578057415345, "test_acc1": 18.7600005859375, "test_acc5": 40.81400133987427, "epoch": 5, "n_parameters": 20170640}
|
| 7 |
+
{"train_lr": 0.0002507499999999967, "train_loss": 5.283113234043121, "test_loss": 3.6383976883747997, "test_acc1": 26.4100007371521, "test_acc5": 51.044001299743655, "epoch": 6, "n_parameters": 20170640}
|
| 8 |
+
{"train_lr": 0.0003006999999999963, "train_loss": 4.9532032199382785, "test_loss": 3.2046757498208214, "test_acc1": 32.92800095458984, "test_acc5": 58.54600172241211, "epoch": 7, "n_parameters": 20170640}
|
| 9 |
+
{"train_lr": 0.000350650000000002, "train_loss": 4.663271797275543, "test_loss": 2.770845114308245, "test_acc1": 39.82800116333008, "test_acc5": 66.08600208618164, "epoch": 8, "n_parameters": 20170640}
|
| 10 |
+
{"train_lr": 0.00040060000000000085, "train_loss": 4.404708034324646, "test_loss": 2.536959369392956, "test_acc1": 43.838001362609866, "test_acc5": 69.90600221801758, "epoch": 9, "n_parameters": 20170640}
|
| 11 |
+
{"train_lr": 0.00045054999999999553, "train_loss": 4.226010699701309, "test_loss": 2.27787479495301, "test_acc1": 48.78600120056152, "test_acc5": 74.31800266845703, "epoch": 10, "n_parameters": 20170640}
|
| 12 |
+
{"train_lr": 0.0005004999999999981, "train_loss": 4.052771078968048, "test_loss": 2.1166586306165245, "test_acc1": 51.58600136810303, "test_acc5": 76.55200267730713, "epoch": 11, "n_parameters": 20170640}
|
| 13 |
+
{"train_lr": 0.0005504499999999965, "train_loss": 3.9226422253131865, "test_loss": 1.9536064871970344, "test_acc1": 55.01200137634277, "test_acc5": 79.03600292694092, "epoch": 12, "n_parameters": 20170640}
|
| 14 |
+
{"train_lr": 0.0006004000000000008, "train_loss": 3.832992037820816, "test_loss": 1.8845845697557224, "test_acc1": 56.18400144348144, "test_acc5": 79.97200249694824, "epoch": 13, "n_parameters": 20170640}
|
| 15 |
+
{"train_lr": 0.0006503500000000058, "train_loss": 3.703131840133667, "test_loss": 1.7739655279061373, "test_acc1": 58.22600172546387, "test_acc5": 81.66800252349853, "epoch": 14, "n_parameters": 20170640}
|
| 16 |
+
{"train_lr": 0.000700299999999991, "train_loss": 3.638301311969757, "test_loss": 1.7677716516396578, "test_acc1": 58.85000144500732, "test_acc5": 82.07000291778564, "epoch": 15, "n_parameters": 20170640}
|
| 17 |
+
{"train_lr": 0.0007502500000000049, "train_loss": 3.5620063662528993, "test_loss": 1.6732926302972961, "test_acc1": 60.772001671447754, "test_acc5": 83.28000231628418, "epoch": 16, "n_parameters": 20170640}
|
| 18 |
+
{"train_lr": 0.0008001999999999869, "train_loss": 3.5082355422973635, "test_loss": 1.6032534355626387, "test_acc1": 61.92000167999267, "test_acc5": 84.32400260345459, "epoch": 17, "n_parameters": 20170640}
|
| 19 |
+
{"train_lr": 0.0008501499999999948, "train_loss": 3.432248365306854, "test_loss": 1.572463435723501, "test_acc1": 62.508001798095705, "test_acc5": 84.57600253112793, "epoch": 18, "n_parameters": 20170640}
|
| 20 |
+
{"train_lr": 0.0009000999999999993, "train_loss": 3.383274343729019, "test_loss": 1.5420970127863043, "test_acc1": 63.15800173431396, "test_acc5": 85.26200250762939, "epoch": 19, "n_parameters": 20170640}
|
| 21 |
+
{"train_lr": 0.0009500499999999983, "train_loss": 3.3440951375484467, "test_loss": 1.4760954800774069, "test_acc1": 64.22400190765381, "test_acc5": 85.94400226501465, "epoch": 20, "n_parameters": 20170640}
|
| 22 |
+
{"train_lr": 0.0009891830623632411, "train_loss": 3.290368785905838, "test_loss": 1.4548826953944038, "test_acc1": 65.23000197235108, "test_acc5": 86.48400250732422, "epoch": 21, "n_parameters": 20170640}
|
| 23 |
+
{"train_lr": 0.0009880787971596758, "train_loss": 3.2480187549591064, "test_loss": 1.417624958736055, "test_acc1": 65.76000179168702, "test_acc5": 86.75200234893799, "epoch": 22, "n_parameters": 20170640}
|
| 24 |
+
{"train_lr": 0.0009869215569222175, "train_loss": 3.1863949134349823, "test_loss": 1.3793179993243778, "test_acc1": 66.74600213928223, "test_acc5": 87.51400247436523, "epoch": 23, "n_parameters": 20170640}
|
| 25 |
+
{"train_lr": 0.0009857114685552701, "train_loss": 3.1493340653181074, "test_loss": 1.343301792793414, "test_acc1": 67.35800194915771, "test_acc5": 87.77800237976074, "epoch": 24, "n_parameters": 20170640}
|
| 26 |
+
{"train_lr": 0.0009844486647586658, "train_loss": 3.107951297736168, "test_loss": 1.3071078005082466, "test_acc1": 68.1940019140625, "test_acc5": 88.15000269439697, "epoch": 25, "n_parameters": 20170640}
|
| 27 |
+
{"train_lr": 0.0009831332840131042, "train_loss": 3.0715395855903624, "test_loss": 1.2812853381037712, "test_acc1": 68.78800206054687, "test_acc5": 88.70000277496338, "epoch": 26, "n_parameters": 20170640}
|
| 28 |
+
{"train_lr": 0.000981765470564835, "train_loss": 3.0510794946432114, "test_loss": 1.2924201694481514, "test_acc1": 68.76400204650879, "test_acc5": 88.6200023236084, "epoch": 27, "n_parameters": 20170640}
|
| 29 |
+
{"train_lr": 0.0009803453744100866, "train_loss": 2.992278405547142, "test_loss": 1.2658049744718216, "test_acc1": 69.37400221343994, "test_acc5": 88.95600272583007, "epoch": 28, "n_parameters": 20170640}
|
| 30 |
+
{"train_lr": 0.0009788731512783803, "train_loss": 2.9570471019506455, "test_loss": 1.222377520711983, "test_acc1": 69.90400222137451, "test_acc5": 89.42200208129883, "epoch": 29, "n_parameters": 20170640}
|
| 31 |
+
{"train_lr": 0.000977348962615553, "train_loss": 2.9347479142427444, "test_loss": 1.2173112503745978, "test_acc1": 70.17200213867187, "test_acc5": 89.71200266357422, "epoch": 30, "n_parameters": 20170640}
|
| 32 |
+
{"train_lr": 0.0009757729755661009, "train_loss": 2.9135400295257567, "test_loss": 1.1901941413388533, "test_acc1": 70.7040022543335, "test_acc5": 89.85000243530274, "epoch": 31, "n_parameters": 20170640}
|
| 33 |
+
{"train_lr": 0.0009741453629547407, "train_loss": 2.8982306680202483, "test_loss": 1.1826898221145659, "test_acc1": 71.08600245666504, "test_acc5": 89.93400267211914, "epoch": 32, "n_parameters": 20170640}
|
| 34 |
+
{"train_lr": 0.0009724663032675387, "train_loss": 2.873293648982048, "test_loss": 1.1781349223764503, "test_acc1": 71.1520023324585, "test_acc5": 90.03400235412597, "epoch": 33, "n_parameters": 20170640}
|
| 35 |
+
{"train_lr": 0.0009707359806323507, "train_loss": 2.8573137682914735, "test_loss": 1.150792445987463, "test_acc1": 71.45400197662353, "test_acc5": 90.31000303527831, "epoch": 34, "n_parameters": 20170640}
|
| 36 |
+
{"train_lr": 0.0009689545847984982, "train_loss": 2.8390910771369935, "test_loss": 1.1423311719999594, "test_acc1": 71.89200258392334, "test_acc5": 90.5000023147583, "epoch": 35, "n_parameters": 20170640}
|
| 37 |
+
{"train_lr": 0.0009671223111161096, "train_loss": 2.8130244073152544, "test_loss": 1.1201712232740486, "test_acc1": 72.3540024835205, "test_acc5": 90.84000257537842, "epoch": 36, "n_parameters": 20170640}
|
| 38 |
+
{"train_lr": 0.0009652393605146904, "train_loss": 2.7991552127838135, "test_loss": 1.1284122984198963, "test_acc1": 72.35000234527588, "test_acc5": 90.84400259429931, "epoch": 37, "n_parameters": 20170640}
|
| 39 |
+
{"train_lr": 0.0009633059394809449, "train_loss": 2.7656762444257734, "test_loss": 1.099546250394162, "test_acc1": 72.76200281677247, "test_acc5": 90.99400264678955, "epoch": 38, "n_parameters": 20170640}
|
| 40 |
+
{"train_lr": 0.0009613222600363117, "train_loss": 2.7665504900217055, "test_loss": 1.0986337828285553, "test_acc1": 72.79200251861572, "test_acc5": 91.21200268615722, "epoch": 39, "n_parameters": 20170640}
|
| 41 |
+
{"train_lr": 0.0009592885397135722, "train_loss": 2.7502448699235917, "test_loss": 1.0923704750397627, "test_acc1": 73.02000243713378, "test_acc5": 91.19000243011475, "epoch": 40, "n_parameters": 20170640}
|
| 42 |
+
{"train_lr": 0.0009572050015330774, "train_loss": 2.7562038108587266, "test_loss": 1.087802311295972, "test_acc1": 73.10600221221924, "test_acc5": 91.18600255218506, "epoch": 41, "n_parameters": 20170640}
|
| 43 |
+
{"train_lr": 0.0009550718739782967, "train_loss": 2.72342568731308, "test_loss": 1.057328543461421, "test_acc1": 73.75800275268554, "test_acc5": 91.66800269226074, "epoch": 42, "n_parameters": 20170640}
|
| 44 |
+
{"train_lr": 0.0009528893909706769, "train_loss": 2.7089917675971984, "test_loss": 1.0652985134545494, "test_acc1": 73.72600207580567, "test_acc5": 91.53400272827149, "epoch": 43, "n_parameters": 20170640}
|
| 45 |
+
{"train_lr": 0.0009506577918441002, "train_loss": 2.70820366127491, "test_loss": 1.0574545123997856, "test_acc1": 73.71400248809815, "test_acc5": 91.52400283172608, "epoch": 44, "n_parameters": 20170640}
|
| 46 |
+
{"train_lr": 0.0009483773213185096, "train_loss": 2.682532326579094, "test_loss": 1.0523347953224884, "test_acc1": 74.20400260223388, "test_acc5": 91.586002159729, "epoch": 45, "n_parameters": 20170640}
|
| 47 |
+
{"train_lr": 0.0009460482294732399, "train_loss": 2.683374318099022, "test_loss": 1.0431259125471115, "test_acc1": 74.25800240570068, "test_acc5": 91.70600240234376, "epoch": 46, "n_parameters": 20170640}
|
| 48 |
+
{"train_lr": 0.0009436707717194543, "train_loss": 2.662672342681885, "test_loss": 1.050608138608582, "test_acc1": 74.01000226501465, "test_acc5": 91.71600246398926, "epoch": 47, "n_parameters": 20170640}
|
| 49 |
+
{"train_lr": 0.0009412452087721574, "train_loss": 2.656090234088898, "test_loss": 1.0488843374392565, "test_acc1": 73.9560023562622, "test_acc5": 91.71200238616943, "epoch": 48, "n_parameters": 20170640}
|
| 50 |
+
{"train_lr": 0.0009387718066217177, "train_loss": 2.658634915447235, "test_loss": 1.0384712181985378, "test_acc1": 74.34400228881836, "test_acc5": 91.7780026083374, "epoch": 49, "n_parameters": 20170640}
|
| 51 |
+
{"train_lr": 0.0009362508365045016, "train_loss": 2.6421200647115706, "test_loss": 1.0204834756167496, "test_acc1": 74.4560021774292, "test_acc5": 92.09800281524659, "epoch": 50, "n_parameters": 20170640}
|
| 52 |
+
{"train_lr": 0.0009336825748732965, "train_loss": 2.6252338705301286, "test_loss": 1.011713691494044, "test_acc1": 74.90600271697998, "test_acc5": 92.21800260894776, "epoch": 51, "n_parameters": 20170640}
|
| 53 |
+
{"train_lr": 0.0009310673033669582, "train_loss": 2.614741933250427, "test_loss": 1.0199707707061487, "test_acc1": 74.85400247955322, "test_acc5": 91.99200240753174, "epoch": 52, "n_parameters": 20170640}
|
| 54 |
+
{"train_lr": 0.0009284053087794583, "train_loss": 2.6035949286460878, "test_loss": 1.018626326585517, "test_acc1": 74.87600253082276, "test_acc5": 92.27400282592774, "epoch": 53, "n_parameters": 20170640}
|
| 55 |
+
{"train_lr": 0.0009256968830284982, "train_loss": 2.60294299724102, "test_loss": 0.9970159234807772, "test_acc1": 75.19600262634277, "test_acc5": 92.24200270812989, "epoch": 54, "n_parameters": 20170640}
|
| 56 |
+
{"train_lr": 0.0009229423231235073, "train_loss": 2.5919863016843796, "test_loss": 0.9898425382288063, "test_acc1": 75.45400238342285, "test_acc5": 92.4720024154663, "epoch": 55, "n_parameters": 20170640}
|
| 57 |
+
{"train_lr": 0.0009201419311329887, "train_loss": 2.579752327656746, "test_loss": 0.9934564636034124, "test_acc1": 75.44400222473145, "test_acc5": 92.43600240753173, "epoch": 56, "n_parameters": 20170640}
|
| 58 |
+
{"train_lr": 0.0009172960141515063, "train_loss": 2.569944664430618, "test_loss": 0.9929083031328285, "test_acc1": 75.22200249389648, "test_acc5": 92.42600247497559, "epoch": 57, "n_parameters": 20170640}
|
| 59 |
+
{"train_lr": 0.0009144048842659087, "train_loss": 2.5690138514757157, "test_loss": 0.9756367587867905, "test_acc1": 75.57800266662598, "test_acc5": 92.67800223449707, "epoch": 58, "n_parameters": 20170640}
|
| 60 |
+
{"train_lr": 0.0009114688585211854, "train_loss": 2.5682283390045164, "test_loss": 0.987595791764119, "test_acc1": 75.42800242523194, "test_acc5": 92.56400249694825, "epoch": 59, "n_parameters": 20170640}
|
| 61 |
+
{"train_lr": 0.0009084882588856362, "train_loss": 2.5657172553777694, "test_loss": 0.9796887655906817, "test_acc1": 75.74600210266114, "test_acc5": 92.57200239074707, "epoch": 60, "n_parameters": 20170640}
|
| 62 |
+
{"train_lr": 0.000905463412215599, "train_loss": 2.5573352308511734, "test_loss": 0.9828049121972393, "test_acc1": 75.47000274261475, "test_acc5": 92.6300024383545, "epoch": 61, "n_parameters": 20170640}
|
| 63 |
+
{"train_lr": 0.0009023946502196104, "train_loss": 2.5277645312786103, "test_loss": 0.9852617830038071, "test_acc1": 75.46800260681152, "test_acc5": 92.516002109375, "epoch": 62, "n_parameters": 20170640}
|
| 64 |
+
{"train_lr": 0.0008992823094219802, "train_loss": 2.544769331550598, "test_loss": 0.9782068061039728, "test_acc1": 75.48400228057861, "test_acc5": 92.69000250518799, "epoch": 63, "n_parameters": 20170640}
|
| 65 |
+
{"train_lr": 0.0008961267311259725, "train_loss": 2.531381477880478, "test_loss": 0.9794422085670864, "test_acc1": 75.46600268310547, "test_acc5": 92.59400249725341, "epoch": 64, "n_parameters": 20170640}
|
| 66 |
+
{"train_lr": 0.0008929282613762865, "train_loss": 2.5202932841300965, "test_loss": 0.9670712535872179, "test_acc1": 75.95400292785645, "test_acc5": 92.86000277252197, "epoch": 65, "n_parameters": 20170640}
|
| 67 |
+
{"train_lr": 0.0008896872509212004, "train_loss": 2.53420640206337, "test_loss": 0.9685711875996169, "test_acc1": 75.84600270874023, "test_acc5": 92.7380028427124, "epoch": 66, "n_parameters": 20170640}
|
| 68 |
+
{"train_lr": 0.0008864040551740274, "train_loss": 2.521446612882614, "test_loss": 0.957698847660247, "test_acc1": 76.05600262115479, "test_acc5": 92.65000274261475, "epoch": 67, "n_parameters": 20170640}
|
| 69 |
+
{"train_lr": 0.0008830790341741599, "train_loss": 2.517689895558357, "test_loss": 0.9577441907980863, "test_acc1": 76.04600246826172, "test_acc5": 92.8540024331665, "epoch": 68, "n_parameters": 20170640}
|
| 70 |
+
{"train_lr": 0.0008797125525476078, "train_loss": 2.5144319304466247, "test_loss": 0.9491880001390681, "test_acc1": 76.17200234375, "test_acc5": 92.90400253936768, "epoch": 69, "n_parameters": 20170640}
|
| 71 |
+
{"train_lr": 0.0008763049794670726, "train_loss": 2.495989707374573, "test_loss": 0.9423389204722994, "test_acc1": 76.33400219940185, "test_acc5": 92.99200270599366, "epoch": 70, "n_parameters": 20170640}
|
| 72 |
+
{"train_lr": 0.0008728566886113074, "train_loss": 2.495667272853851, "test_loss": 0.9531106975148705, "test_acc1": 76.16600262359619, "test_acc5": 92.9840024746704, "epoch": 71, "n_parameters": 20170640}
|
| 73 |
+
{"train_lr": 0.0008693680581242697, "train_loss": 2.4914688829898832, "test_loss": 0.947234865716275, "test_acc1": 76.2680023953247, "test_acc5": 93.12000254516602, "epoch": 72, "n_parameters": 20170640}
|
| 74 |
+
{"train_lr": 0.0008658394705736052, "train_loss": 2.487985487818718, "test_loss": 0.9372278346734888, "test_acc1": 76.42000225891114, "test_acc5": 93.16000255859375, "epoch": 73, "n_parameters": 20170640}
|
| 75 |
+
{"train_lr": 0.0008622713129086835, "train_loss": 2.48100690407753, "test_loss": 0.9499981907360694, "test_acc1": 76.29600279815674, "test_acc5": 93.00400268371583, "epoch": 74, "n_parameters": 20170640}
|
| 76 |
+
{"train_lr": 0.0008586639764182453, "train_loss": 2.481679192996025, "test_loss": 0.9260244316914502, "test_acc1": 76.7240026663208, "test_acc5": 93.27200268127442, "epoch": 75, "n_parameters": 20170640}
|
| 77 |
+
{"train_lr": 0.0008550178566873413, "train_loss": 2.472342614197731, "test_loss": 0.9383447025628651, "test_acc1": 76.44200263153076, "test_acc5": 93.09400244750977, "epoch": 76, "n_parameters": 20170640}
|
| 78 |
+
{"train_lr": 0.0008513333535541276, "train_loss": 2.4576978247642516, "test_loss": 0.9376586754532421, "test_acc1": 76.62200219177247, "test_acc5": 93.1000027645874, "epoch": 77, "n_parameters": 20170640}
|
| 79 |
+
{"train_lr": 0.0008476108710658449, "train_loss": 2.4636484510421752, "test_loss": 0.9357667769141057, "test_acc1": 76.73800250305176, "test_acc5": 93.25800242980957, "epoch": 78, "n_parameters": 20170640}
|
| 80 |
+
{"train_lr": 0.0008438508174347047, "train_loss": 2.460671412062645, "test_loss": 0.9256423297612106, "test_acc1": 76.73600235961914, "test_acc5": 93.28600254455566, "epoch": 79, "n_parameters": 20170640}
|
| 81 |
+
{"train_lr": 0.0008400536049929099, "train_loss": 2.451620224881172, "test_loss": 0.9280912199002855, "test_acc1": 76.63800228332519, "test_acc5": 93.18800267303467, "epoch": 80, "n_parameters": 20170640}
|
| 82 |
+
{"train_lr": 0.0008362196501476326, "train_loss": 2.442708238697052, "test_loss": 0.9305195078692016, "test_acc1": 76.70800262664795, "test_acc5": 93.38000275573731, "epoch": 81, "n_parameters": 20170640}
|
| 83 |
+
{"train_lr": 0.0008323493733352064, "train_loss": 2.456097284936905, "test_loss": 0.9255541615626391, "test_acc1": 76.79600253051758, "test_acc5": 93.33400236907958, "epoch": 82, "n_parameters": 20170640}
|
| 84 |
+
{"train_lr": 0.0008284431989751134, "train_loss": 2.439587046146393, "test_loss": 0.923194786424146, "test_acc1": 76.81000217193603, "test_acc5": 93.24400261138916, "epoch": 83, "n_parameters": 20170640}
|
| 85 |
+
{"train_lr": 0.000824501555423352, "train_loss": 2.437132368016243, "test_loss": 0.9220163914210656, "test_acc1": 76.9680024673462, "test_acc5": 93.284002578125, "epoch": 84, "n_parameters": 20170640}
|
| 86 |
+
{"train_lr": 0.0008205248749256087, "train_loss": 2.422192857384682, "test_loss": 0.9237186766284353, "test_acc1": 76.7660023526001, "test_acc5": 93.33800288726806, "epoch": 85, "n_parameters": 20170640}
|
| 87 |
+
{"train_lr": 0.0008165135935696611, "train_loss": 2.4391591527700425, "test_loss": 0.9215285300331957, "test_acc1": 76.83000232604981, "test_acc5": 93.36600259796143, "epoch": 86, "n_parameters": 20170640}
|
| 88 |
+
{"train_lr": 0.0008124681512377586, "train_loss": 2.425579938530922, "test_loss": 0.9115108201170669, "test_acc1": 77.09600306182861, "test_acc5": 93.528002421875, "epoch": 87, "n_parameters": 20170640}
|
| 89 |
+
{"train_lr": 0.0008083889915582185, "train_loss": 2.4220121123075486, "test_loss": 0.904560627963613, "test_acc1": 77.34600237243653, "test_acc5": 93.50600241638183, "epoch": 88, "n_parameters": 20170640}
|
| 90 |
+
{"train_lr": 0.0008042765618568836, "train_loss": 2.428249245595932, "test_loss": 0.9135917390094084, "test_acc1": 77.18600269653321, "test_acc5": 93.46800244995117, "epoch": 89, "n_parameters": 20170640}
|
| 91 |
+
{"train_lr": 0.0008001313131079762, "train_loss": 2.417186610364914, "test_loss": 0.9158523792729658, "test_acc1": 76.80800246246338, "test_acc5": 93.40000247772217, "epoch": 90, "n_parameters": 20170640}
|
| 92 |
+
{"train_lr": 0.0007959536998847768, "train_loss": 2.4112951677799224, "test_loss": 0.9152919709244195, "test_acc1": 76.98200273345947, "test_acc5": 93.42800246307372, "epoch": 91, "n_parameters": 20170640}
|
| 93 |
+
{"train_lr": 0.0007917441803096359, "train_loss": 2.4183932577371596, "test_loss": 0.9065939944018336, "test_acc1": 77.08800250610352, "test_acc5": 93.54000261169433, "epoch": 92, "n_parameters": 20170640}
|
| 94 |
+
{"train_lr": 0.0007875032160037932, "train_loss": 2.4120135692596434, "test_loss": 0.9228256397387561, "test_acc1": 76.98400285308838, "test_acc5": 93.31400279022216, "epoch": 93, "n_parameters": 20170640}
|
| 95 |
+
{"train_lr": 0.0007832312720367915, "train_loss": 2.4110156386375428, "test_loss": 0.8888071072013939, "test_acc1": 77.76200250701905, "test_acc5": 93.72000253295899, "epoch": 94, "n_parameters": 20170640}
|
| 96 |
+
{"train_lr": 0.0007789288168754645, "train_loss": 2.4033120860099793, "test_loss": 0.8990676466594724, "test_acc1": 77.2800026638794, "test_acc5": 93.70200266235352, "epoch": 95, "n_parameters": 20170640}
|
| 97 |
+
{"train_lr": 0.0007745963223324438, "train_loss": 2.3905570356845858, "test_loss": 0.9023299410062677, "test_acc1": 77.32800242340087, "test_acc5": 93.59000253967285, "epoch": 96, "n_parameters": 20170640}
|
| 98 |
+
{"train_lr": 0.0007702342635145934, "train_loss": 2.397030018901825, "test_loss": 0.8923941563595744, "test_acc1": 77.59400235900878, "test_acc5": 93.69200257202148, "epoch": 97, "n_parameters": 20170640}
|
| 99 |
+
{"train_lr": 0.0007658431187708594, "train_loss": 2.3921850070238113, "test_loss": 0.8939809060710318, "test_acc1": 77.59600245880127, "test_acc5": 93.66800232788086, "epoch": 98, "n_parameters": 20170640}
|
| 100 |
+
{"train_lr": 0.0007614233696396937, "train_loss": 2.376881358885765, "test_loss": 0.8933392782859942, "test_acc1": 77.47800236480712, "test_acc5": 93.66000273712159, "epoch": 99, "n_parameters": 20170640}
|
| 101 |
+
{"train_lr": 0.000756975500796441, "train_loss": 2.3880162063598633, "test_loss": 0.8985835068366107, "test_acc1": 77.50600269104004, "test_acc5": 93.62400241394043, "epoch": 100, "n_parameters": 20170640}
|
| 102 |
+
{"train_lr": 0.0007524999999999928, "train_loss": 2.3801077074050903, "test_loss": 0.891174211002448, "test_acc1": 77.61000251190185, "test_acc5": 93.71800237701416, "epoch": 101, "n_parameters": 20170640}
|
| 103 |
+
{"train_lr": 0.0007479973580394899, "train_loss": 2.3766387893915177, "test_loss": 0.8884784936466638, "test_acc1": 77.69000280578614, "test_acc5": 93.70000230194091, "epoch": 102, "n_parameters": 20170640}
|
| 104 |
+
{"train_lr": 0.000743468068680353, "train_loss": 2.3788898042917253, "test_loss": 0.8916664721772951, "test_acc1": 77.66200226867676, "test_acc5": 93.61600252838134, "epoch": 103, "n_parameters": 20170640}
|
| 105 |
+
{"train_lr": 0.0007389126286101879, "train_loss": 2.373680459666252, "test_loss": 0.8872871254296864, "test_acc1": 77.5920025100708, "test_acc5": 93.7680029208374, "epoch": 104, "n_parameters": 20170640}
|
| 106 |
+
{"train_lr": 0.0007343315373843354, "train_loss": 2.367977734231949, "test_loss": 0.8906293173923212, "test_acc1": 77.57200275604248, "test_acc5": 93.70400272369385, "epoch": 105, "n_parameters": 20170640}
|
| 107 |
+
{"train_lr": 0.0007297252973710828, "train_loss": 2.3588411598443986, "test_loss": 0.8907625657670638, "test_acc1": 77.60200256652833, "test_acc5": 93.70800302825928, "epoch": 106, "n_parameters": 20170640}
|
| 108 |
+
{"train_lr": 0.0007250944136965464, "train_loss": 2.36668051609993, "test_loss": 0.8841127472765306, "test_acc1": 77.74400250701905, "test_acc5": 93.84200262878419, "epoch": 107, "n_parameters": 20170640}
|
| 109 |
+
{"train_lr": 0.0007204393941893065, "train_loss": 2.358339908885956, "test_loss": 0.8873181251042029, "test_acc1": 77.75600278350831, "test_acc5": 93.74200243499756, "epoch": 108, "n_parameters": 20170640}
|
| 110 |
+
{"train_lr": 0.0007157607493247192, "train_loss": 2.3468058113098142, "test_loss": 0.8750017896732863, "test_acc1": 78.02000268859864, "test_acc5": 93.9740027481079, "epoch": 109, "n_parameters": 20170640}
|
| 111 |
+
{"train_lr": 0.0007110589921688925, "train_loss": 2.3544474763154986, "test_loss": 0.8748701026334482, "test_acc1": 77.86400249908448, "test_acc5": 93.95200255889893, "epoch": 110, "n_parameters": 20170640}
|
| 112 |
+
{"train_lr": 0.000706334638322525, "train_loss": 2.3461635127544405, "test_loss": 0.8643756828763905, "test_acc1": 78.22000272918702, "test_acc5": 94.01000221862793, "epoch": 111, "n_parameters": 20170640}
|
| 113 |
+
{"train_lr": 0.0007015882058642055, "train_loss": 2.338835263466835, "test_loss": 0.8750818275353488, "test_acc1": 77.93800231140136, "test_acc5": 93.84800207336426, "epoch": 112, "n_parameters": 20170640}
|
| 114 |
+
{"train_lr": 0.0006968202152937847, "train_loss": 2.3392368604421616, "test_loss": 0.8671156189897481, "test_acc1": 78.18000230407715, "test_acc5": 93.89600231567383, "epoch": 113, "n_parameters": 20170640}
|
| 115 |
+
{"train_lr": 0.0006920311894751399, "train_loss": 2.3363220701217653, "test_loss": 0.8697322175345, "test_acc1": 77.95400256347656, "test_acc5": 93.99800284118652, "epoch": 114, "n_parameters": 20170640}
|
| 116 |
+
{"train_lr": 0.0006872216535789248, "train_loss": 2.336225184082985, "test_loss": 0.8717852026662406, "test_acc1": 78.03400276641845, "test_acc5": 93.94800232513428, "epoch": 115, "n_parameters": 20170640}
|
| 117 |
+
{"train_lr": 0.0006823921350249157, "train_loss": 2.3340021440029144, "test_loss": 0.8620023560874602, "test_acc1": 78.15600267974854, "test_acc5": 94.07200254486084, "epoch": 116, "n_parameters": 20170640}
|
| 118 |
+
{"train_lr": 0.0006775431634242922, "train_loss": 2.327843664574623, "test_loss": 0.8729652630932191, "test_acc1": 78.09400228088379, "test_acc5": 94.10200241912843, "epoch": 117, "n_parameters": 20170640}
|
| 119 |
+
{"train_lr": 0.0006726752705214109, "train_loss": 2.3220210372686387, "test_loss": 0.8721091352841434, "test_acc1": 78.1780026248169, "test_acc5": 94.00400269561767, "epoch": 118, "n_parameters": 20170640}
|
| 120 |
+
{"train_lr": 0.0006677889901355911, "train_loss": 2.315855274581909, "test_loss": 0.8685106707408148, "test_acc1": 78.07600262451172, "test_acc5": 93.98800236877442, "epoch": 119, "n_parameters": 20170640}
|
| 121 |
+
{"train_lr": 0.0006628848581025501, "train_loss": 2.3178549170970917, "test_loss": 0.8628857907126931, "test_acc1": 78.22000226776123, "test_acc5": 93.99600257537841, "epoch": 120, "n_parameters": 20170640}
|
| 122 |
+
{"train_lr": 0.0006579634122155923, "train_loss": 2.3207584030389787, "test_loss": 0.875151143354528, "test_acc1": 77.96800239898681, "test_acc5": 93.89800263153076, "epoch": 121, "n_parameters": 20170640}
|
| 123 |
+
{"train_lr": 0.0006530251921667572, "train_loss": 2.3072473495721817, "test_loss": 0.8555017098346177, "test_acc1": 78.50000261016845, "test_acc5": 94.21000237670899, "epoch": 122, "n_parameters": 20170640}
|
| 124 |
+
{"train_lr": 0.0006480707394875231, "train_loss": 2.3239029526948927, "test_loss": 0.8616033200831974, "test_acc1": 78.13800259094238, "test_acc5": 94.18600257293701, "epoch": 123, "n_parameters": 20170640}
|
| 125 |
+
{"train_lr": 0.0006431005974894128, "train_loss": 2.3046503859758376, "test_loss": 0.856047630748328, "test_acc1": 78.37600230316163, "test_acc5": 94.21400229522705, "epoch": 124, "n_parameters": 20170640}
|
| 126 |
+
{"train_lr": 0.0006381153112045567, "train_loss": 2.2977723772525787, "test_loss": 0.8638665049391634, "test_acc1": 78.21600226135254, "test_acc5": 94.17400256866455, "epoch": 125, "n_parameters": 20170640}
|
| 127 |
+
{"train_lr": 0.0006331154273257479, "train_loss": 2.299947738027573, "test_loss": 0.8610752325724153, "test_acc1": 78.07600236999512, "test_acc5": 94.13000253967286, "epoch": 126, "n_parameters": 20170640}
|
| 128 |
+
{"train_lr": 0.0006281014941466045, "train_loss": 2.2976509689569475, "test_loss": 0.8566897136761862, "test_acc1": 78.28600253204345, "test_acc5": 94.17000245239258, "epoch": 127, "n_parameters": 20170640}
|
| 129 |
+
{"train_lr": 0.000623074061501402, "train_loss": 2.2879393655776976, "test_loss": 0.8671905700774754, "test_acc1": 78.16600237213135, "test_acc5": 94.07600267486572, "epoch": 128, "n_parameters": 20170640}
|
| 130 |
+
{"train_lr": 0.0006180336807047836, "train_loss": 2.301019230055809, "test_loss": 0.8504072486916009, "test_acc1": 78.54600249603271, "test_acc5": 94.2720026928711, "epoch": 129, "n_parameters": 20170640}
|
| 131 |
+
{"train_lr": 0.000612980904491296, "train_loss": 2.2746363326072694, "test_loss": 0.8470473710228416, "test_acc1": 78.61800259155274, "test_acc5": 94.27200228271484, "epoch": 130, "n_parameters": 20170640}
|
| 132 |
+
{"train_lr": 0.0006079162869547837, "train_loss": 2.295111207842827, "test_loss": 0.8585064415546024, "test_acc1": 78.39600245941162, "test_acc5": 94.13000259246826, "epoch": 131, "n_parameters": 20170640}
|
| 133 |
+
{"train_lr": 0.0006028403834876749, "train_loss": 2.2835884565114974, "test_loss": 0.8411245446871308, "test_acc1": 78.83200253723145, "test_acc5": 94.25600264282227, "epoch": 132, "n_parameters": 20170640}
|
| 134 |
+
{"train_lr": 0.0005977537507199276, "train_loss": 2.2754331298828125, "test_loss": 0.8442360752207392, "test_acc1": 78.65600252868653, "test_acc5": 94.29400257476807, "epoch": 133, "n_parameters": 20170640}
|
| 135 |
+
{"train_lr": 0.0005926569464581991, "train_loss": 2.2798109288454054, "test_loss": 0.853922534514876, "test_acc1": 78.54600225952149, "test_acc5": 94.2420024017334, "epoch": 134, "n_parameters": 20170640}
|
| 136 |
+
{"train_lr": 0.0005875505296244655, "train_loss": 2.267821010327339, "test_loss": 0.8480682730236474, "test_acc1": 78.45200226623535, "test_acc5": 94.36200226226806, "epoch": 135, "n_parameters": 20170640}
|
| 137 |
+
{"train_lr": 0.0005824350601949121, "train_loss": 2.265838155269623, "test_loss": 0.8436785502468839, "test_acc1": 78.61200228973388, "test_acc5": 94.24400271759033, "epoch": 136, "n_parameters": 20170640}
|
| 138 |
+
{"train_lr": 0.00057731109913839, "train_loss": 2.2653842635154726, "test_loss": 0.8399358179201099, "test_acc1": 78.79800256256104, "test_acc5": 94.30600253051757, "epoch": 137, "n_parameters": 20170640}
|
| 139 |
+
{"train_lr": 0.0005721792083549868, "train_loss": 2.28201684088707, "test_loss": 0.8393550315762267, "test_acc1": 78.82200233581543, "test_acc5": 94.36600266174317, "epoch": 138, "n_parameters": 20170640}
|
| 140 |
+
{"train_lr": 0.000567039950614337, "train_loss": 2.2614251260995863, "test_loss": 0.8372106766876053, "test_acc1": 78.77200243469238, "test_acc5": 94.3740025390625, "epoch": 139, "n_parameters": 20170640}
|
| 141 |
+
{"train_lr": 0.0005618938894939631, "train_loss": 2.2477577503681183, "test_loss": 0.8419851608136121, "test_acc1": 78.90200232879639, "test_acc5": 94.31600218414307, "epoch": 140, "n_parameters": 20170640}
|
| 142 |
+
{"train_lr": 0.0005567415893174923, "train_loss": 2.2499515135288237, "test_loss": 0.8381456027136129, "test_acc1": 78.72400238494873, "test_acc5": 94.44800266540527, "epoch": 141, "n_parameters": 20170640}
|
| 143 |
+
{"train_lr": 0.0005515836150926654, "train_loss": 2.250176839852333, "test_loss": 0.8332886928144623, "test_acc1": 78.89000255767822, "test_acc5": 94.48000230407715, "epoch": 142, "n_parameters": 20170640}
|
| 144 |
+
{"train_lr": 0.0005464205324495009, "train_loss": 2.253421084666252, "test_loss": 0.831622863517088, "test_acc1": 78.80600224273681, "test_acc5": 94.44600264221191, "epoch": 143, "n_parameters": 20170640}
|
| 145 |
+
{"train_lr": 0.0005412529075781727, "train_loss": 2.2346714429855346, "test_loss": 0.8328521183746702, "test_acc1": 78.92600219970703, "test_acc5": 94.48800244628906, "epoch": 144, "n_parameters": 20170640}
|
| 146 |
+
{"train_lr": 0.0005360813071670152, "train_loss": 2.2439707236528394, "test_loss": 0.8288308250553468, "test_acc1": 79.06600187927246, "test_acc5": 94.53200277832032, "epoch": 145, "n_parameters": 20170640}
|
| 147 |
+
{"train_lr": 0.0005309062983402558, "train_loss": 2.238941505742073, "test_loss": 0.8419901822857997, "test_acc1": 78.78800248260498, "test_acc5": 94.37400261199952, "epoch": 146, "n_parameters": 20170640}
|
| 148 |
+
{"train_lr": 0.0005257284485959466, "train_loss": 2.2347300634145735, "test_loss": 0.8272228913710398, "test_acc1": 79.13600266052246, "test_acc5": 94.4780025906372, "epoch": 147, "n_parameters": 20170640}
|
| 149 |
+
{"train_lr": 0.0005205483257436682, "train_loss": 2.2281440851688386, "test_loss": 0.8301129615043893, "test_acc1": 79.26400251831055, "test_acc5": 94.55200236877441, "epoch": 148, "n_parameters": 20170640}
|
| 150 |
+
{"train_lr": 0.0005153664978422641, "train_loss": 2.22648906686306, "test_loss": 0.8248212293666952, "test_acc1": 79.22800267700195, "test_acc5": 94.60400248962402, "epoch": 149, "n_parameters": 20170640}
|
| 151 |
+
{"train_lr": 0.000510183533137536, "train_loss": 2.230255622220039, "test_loss": 0.8296753089217579, "test_acc1": 79.08400269958496, "test_acc5": 94.58600251953125, "epoch": 150, "n_parameters": 20170640}
|
| 152 |
+
{"train_lr": 0.0005049999999999984, "train_loss": 2.2221321189403533, "test_loss": 0.8248526894432657, "test_acc1": 79.2300023953247, "test_acc5": 94.55800225982667, "epoch": 151, "n_parameters": 20170640}
|
| 153 |
+
{"train_lr": 0.0004998164668624585, "train_loss": 2.21930369386673, "test_loss": 0.8251946200342739, "test_acc1": 79.08800282623291, "test_acc5": 94.52200250030518, "epoch": 152, "n_parameters": 20170640}
|
| 154 |
+
{"train_lr": 0.0004946335021577318, "train_loss": 2.221712095546722, "test_loss": 0.8255843244054738, "test_acc1": 79.16800242095947, "test_acc5": 94.52600273193359, "epoch": 153, "n_parameters": 20170640}
|
| 155 |
+
{"train_lr": 0.0004894516742563286, "train_loss": 2.216671994519234, "test_loss": 0.8284022277768921, "test_acc1": 79.05000264190674, "test_acc5": 94.57800253936767, "epoch": 154, "n_parameters": 20170640}
|
| 156 |
+
{"train_lr": 0.0004842715514040478, "train_loss": 2.2050785385131837, "test_loss": 0.829491721575751, "test_acc1": 79.03400249908448, "test_acc5": 94.53200232391357, "epoch": 155, "n_parameters": 20170640}
|
| 157 |
+
{"train_lr": 0.0004790937016597394, "train_loss": 2.2035577883720396, "test_loss": 0.8170653149923858, "test_acc1": 79.47200255187988, "test_acc5": 94.7260024053955, "epoch": 156, "n_parameters": 20170640}
|
| 158 |
+
{"train_lr": 0.00047391869283299284, "train_loss": 2.2104472756147384, "test_loss": 0.8133568215896102, "test_acc1": 79.39200255523681, "test_acc5": 94.77800243896485, "epoch": 157, "n_parameters": 20170640}
|
| 159 |
+
{"train_lr": 0.00046874709242182143, "train_loss": 2.2068874128341673, "test_loss": 0.8165399620638174, "test_acc1": 79.30000252990723, "test_acc5": 94.66800262817382, "epoch": 158, "n_parameters": 20170640}
|
| 160 |
+
{"train_lr": 0.00046357946755049603, "train_loss": 2.197980664753914, "test_loss": 0.8149398460107691, "test_acc1": 79.41000251037597, "test_acc5": 94.684002684021, "epoch": 159, "n_parameters": 20170640}
|
| 161 |
+
{"train_lr": 0.0004584163849073405, "train_loss": 2.200152846121788, "test_loss": 0.8147869651370189, "test_acc1": 79.45400248474121, "test_acc5": 94.71600251098633, "epoch": 160, "n_parameters": 20170640}
|
| 162 |
+
{"train_lr": 0.0004532584106825058, "train_loss": 2.1871155091762544, "test_loss": 0.8113149422056535, "test_acc1": 79.39400249084473, "test_acc5": 94.70000252593994, "epoch": 161, "n_parameters": 20170640}
|
| 163 |
+
{"train_lr": 0.0004481061105060292, "train_loss": 2.2018499703645706, "test_loss": 0.8102917053243693, "test_acc1": 79.49000261627198, "test_acc5": 94.69000249450684, "epoch": 162, "n_parameters": 20170640}
|
| 164 |
+
{"train_lr": 0.0004429600493856733, "train_loss": 2.1907513771772384, "test_loss": 0.8095853867776254, "test_acc1": 79.48600274475098, "test_acc5": 94.74400258728028, "epoch": 163, "n_parameters": 20170640}
|
| 165 |
+
{"train_lr": 0.00043782079164502406, "train_loss": 2.18566997795105, "test_loss": 0.8148395388441927, "test_acc1": 79.33400273956299, "test_acc5": 94.73000261505128, "epoch": 164, "n_parameters": 20170640}
|
| 166 |
+
{"train_lr": 0.0004326889008616026, "train_loss": 2.189739887690544, "test_loss": 0.8074801700080142, "test_acc1": 79.52600267456054, "test_acc5": 94.81600247192382, "epoch": 165, "n_parameters": 20170640}
|
| 167 |
+
{"train_lr": 0.0004275649398050844, "train_loss": 2.1829427968025206, "test_loss": 0.8028762397520682, "test_acc1": 79.54400209136963, "test_acc5": 94.78200231323243, "epoch": 166, "n_parameters": 20170640}
|
| 168 |
+
{"train_lr": 0.0004224494703755325, "train_loss": 2.1824904773950577, "test_loss": 0.8060364370398662, "test_acc1": 79.5940023260498, "test_acc5": 94.83200211761475, "epoch": 167, "n_parameters": 20170640}
|
| 169 |
+
{"train_lr": 0.000417343053541802, "train_loss": 2.176055879187584, "test_loss": 0.8014446179218152, "test_acc1": 79.92400255432129, "test_acc5": 94.77800270385742, "epoch": 168, "n_parameters": 20170640}
|
| 170 |
+
{"train_lr": 0.0004122462492800679, "train_loss": 2.1759825028419493, "test_loss": 0.801160982426475, "test_acc1": 79.74000270019532, "test_acc5": 94.91800250061036, "epoch": 169, "n_parameters": 20170640}
|
| 171 |
+
{"train_lr": 0.0004071596165123316, "train_loss": 2.169012690114975, "test_loss": 0.7957646572852836, "test_acc1": 79.77200243255615, "test_acc5": 94.84600311645508, "epoch": 170, "n_parameters": 20170640}
|
| 172 |
+
{"train_lr": 0.0004020837130452056, "train_loss": 2.1639636288642885, "test_loss": 0.7976731243817246, "test_acc1": 79.83000224792481, "test_acc5": 94.83400214294434, "epoch": 171, "n_parameters": 20170640}
|
| 173 |
+
{"train_lr": 0.00039701909550871056, "train_loss": 2.1641904526948927, "test_loss": 0.7959771432420787, "test_acc1": 80.03000229309082, "test_acc5": 94.84800297180176, "epoch": 172, "n_parameters": 20170640}
|
| 174 |
+
{"train_lr": 0.0003919663192952232, "train_loss": 2.15235327231884, "test_loss": 0.8003740696346059, "test_acc1": 79.88000252166748, "test_acc5": 94.84600264770508, "epoch": 173, "n_parameters": 20170640}
|
| 175 |
+
{"train_lr": 0.0003869259384986001, "train_loss": 2.157312203359604, "test_loss": 0.8008465449161389, "test_acc1": 79.82400237335204, "test_acc5": 94.86200263885497, "epoch": 174, "n_parameters": 20170640}
|
| 176 |
+
{"train_lr": 0.0003818985058534005, "train_loss": 2.156340795969963, "test_loss": 0.7926075107911054, "test_acc1": 79.96800278289795, "test_acc5": 94.94200251647949, "epoch": 175, "n_parameters": 20170640}
|
| 177 |
+
{"train_lr": 0.0003768845726742562, "train_loss": 2.153219753050804, "test_loss": 0.7928433576050926, "test_acc1": 79.92800271942139, "test_acc5": 94.90200258392333, "epoch": 176, "n_parameters": 20170640}
|
| 178 |
+
{"train_lr": 0.00037188468879544706, "train_loss": 2.1533238950252533, "test_loss": 0.7948613318012041, "test_acc1": 79.91200245178223, "test_acc5": 94.96600272857665, "epoch": 177, "n_parameters": 20170640}
|
| 179 |
+
{"train_lr": 0.00036689940251058385, "train_loss": 2.1509818979024886, "test_loss": 0.7930422874496263, "test_acc1": 79.89600238189698, "test_acc5": 94.98400261749268, "epoch": 178, "n_parameters": 20170640}
|
| 180 |
+
{"train_lr": 0.000361929260512484, "train_loss": 2.142721016693115, "test_loss": 0.7876871697166387, "test_acc1": 80.1060025125122, "test_acc5": 95.07600247253419, "epoch": 179, "n_parameters": 20170640}
|
| 181 |
+
{"train_lr": 0.00035697480783323317, "train_loss": 2.1418702186584473, "test_loss": 0.7953911005135845, "test_acc1": 79.92200243255616, "test_acc5": 94.85600269744873, "epoch": 180, "n_parameters": 20170640}
|
| 182 |
+
{"train_lr": 0.00035203658778440396, "train_loss": 2.1366565387010574, "test_loss": 0.7799664832213346, "test_acc1": 80.10200241027832, "test_acc5": 95.042002762146, "epoch": 181, "n_parameters": 20170640}
|
| 183 |
+
{"train_lr": 0.00034711514189745326, "train_loss": 2.1364231867074968, "test_loss": 0.7792867496609688, "test_acc1": 80.33400246032714, "test_acc5": 95.08800270904541, "epoch": 182, "n_parameters": 20170640}
|
| 184 |
+
{"train_lr": 0.00034221100986439796, "train_loss": 2.115751630520821, "test_loss": 0.7901531808516559, "test_acc1": 79.99600253845215, "test_acc5": 94.95200242492676, "epoch": 183, "n_parameters": 20170640}
|
| 185 |
+
{"train_lr": 0.00033732472947858237, "train_loss": 2.1363118251085282, "test_loss": 0.7838452771744308, "test_acc1": 80.23600255828858, "test_acc5": 94.94600239044189, "epoch": 184, "n_parameters": 20170640}
|
| 186 |
+
{"train_lr": 0.0003324568365757046, "train_loss": 2.1179914043188095, "test_loss": 0.7823960303383715, "test_acc1": 80.15200217864991, "test_acc5": 95.05600302978516, "epoch": 185, "n_parameters": 20170640}
|
| 187 |
+
{"train_lr": 0.000327607864975073, "train_loss": 2.1084256541252135, "test_loss": 0.770114233607755, "test_acc1": 80.46000259368897, "test_acc5": 95.14400267547607, "epoch": 186, "n_parameters": 20170640}
|
| 188 |
+
{"train_lr": 0.00032277834642108243, "train_loss": 2.113655116915703, "test_loss": 0.7819662907106035, "test_acc1": 80.13600235931396, "test_acc5": 95.12400254760742, "epoch": 187, "n_parameters": 20170640}
|
| 189 |
+
{"train_lr": 0.00031796881052486263, "train_loss": 2.1110089818954467, "test_loss": 0.7835714451092131, "test_acc1": 80.08600283966065, "test_acc5": 95.09200243377686, "epoch": 188, "n_parameters": 20170640}
|
| 190 |
+
{"train_lr": 0.00031317978470621165, "train_loss": 2.106844099354744, "test_loss": 0.780459828893928, "test_acc1": 80.23800222808838, "test_acc5": 95.08800281829834, "epoch": 189, "n_parameters": 20170640}
|
| 191 |
+
{"train_lr": 0.0003084117941357861, "train_loss": 2.1103936118364333, "test_loss": 0.7779084347626742, "test_acc1": 80.34600222564697, "test_acc5": 95.15600260864258, "epoch": 190, "n_parameters": 20170640}
|
| 192 |
+
{"train_lr": 0.0003036653616774761, "train_loss": 2.1038340505599975, "test_loss": 0.7749296805876142, "test_acc1": 80.36800272216797, "test_acc5": 95.14800260009766, "epoch": 191, "n_parameters": 20170640}
|
| 193 |
+
{"train_lr": 0.00029894100783110094, "train_loss": 2.1019294763565064, "test_loss": 0.776466957786504, "test_acc1": 80.3600026248169, "test_acc5": 95.06600284942627, "epoch": 192, "n_parameters": 20170640}
|
| 194 |
+
{"train_lr": 0.00029423925067528794, "train_loss": 2.095880804634094, "test_loss": 0.7711389906266156, "test_acc1": 80.56200257354736, "test_acc5": 95.1520023626709, "epoch": 193, "n_parameters": 20170640}
|
| 195 |
+
{"train_lr": 0.0002895606058107008, "train_loss": 2.094524047493935, "test_loss": 0.7738290819175103, "test_acc1": 80.35200233520507, "test_acc5": 95.090002550354, "epoch": 194, "n_parameters": 20170640}
|
| 196 |
+
{"train_lr": 0.00028490558630345995, "train_loss": 2.089065247488022, "test_loss": 0.7741072916370981, "test_acc1": 80.504002762146, "test_acc5": 95.16600260437012, "epoch": 195, "n_parameters": 20170640}
|
| 197 |
+
{"train_lr": 0.00028027470262892434, "train_loss": 2.0891431578874586, "test_loss": 0.7713290102341596, "test_acc1": 80.62800276123046, "test_acc5": 95.12400262634277, "epoch": 196, "n_parameters": 20170640}
|
| 198 |
+
{"train_lr": 0.00027566846261567224, "train_loss": 2.0856349257469176, "test_loss": 0.7666205097647274, "test_acc1": 80.6200027645874, "test_acc5": 95.240002550354, "epoch": 197, "n_parameters": 20170640}
|
| 199 |
+
{"train_lr": 0.00027108737138981873, "train_loss": 2.0862648481845856, "test_loss": 0.7686005291693351, "test_acc1": 80.56200274505615, "test_acc5": 95.24400248291016, "epoch": 198, "n_parameters": 20170640}
|
| 200 |
+
{"train_lr": 0.0002665319313196488, "train_loss": 2.0837590679645537, "test_loss": 0.7661802562720635, "test_acc1": 80.63200248779297, "test_acc5": 95.2100028289795, "epoch": 199, "n_parameters": 20170640}
|
| 201 |
+
{"train_lr": 0.0002620026419605044, "train_loss": 2.090928466773033, "test_loss": 0.7688339521341464, "test_acc1": 80.62800261138916, "test_acc5": 95.2000024862671, "epoch": 200, "n_parameters": 20170640}
|
| 202 |
+
{"train_lr": 0.0002574999999999965, "train_loss": 2.082117418050766, "test_loss": 0.7637961324961746, "test_acc1": 80.73600229278564, "test_acc5": 95.23800263641357, "epoch": 201, "n_parameters": 20170640}
|
| 203 |
+
{"train_lr": 0.00025302449920356636, "train_loss": 2.078327400827408, "test_loss": 0.7628042989355677, "test_acc1": 80.7820027001953, "test_acc5": 95.26400260070801, "epoch": 202, "n_parameters": 20170640}
|
| 204 |
+
{"train_lr": 0.0002485766303603006, "train_loss": 2.080527782893181, "test_loss": 0.7623939582091921, "test_acc1": 80.86400234588623, "test_acc5": 95.3840025805664, "epoch": 203, "n_parameters": 20170640}
|
| 205 |
+
{"train_lr": 0.00024415688122914276, "train_loss": 2.062503401660919, "test_loss": 0.76241304374793, "test_acc1": 80.65800259979248, "test_acc5": 95.34600232727051, "epoch": 204, "n_parameters": 20170640}
|
| 206 |
+
{"train_lr": 0.0002397657364854005, "train_loss": 2.052553376030922, "test_loss": 0.7613678355427349, "test_acc1": 80.7380025744629, "test_acc5": 95.36200253051757, "epoch": 205, "n_parameters": 20170640}
|
| 207 |
+
{"train_lr": 0.0002354036776675589, "train_loss": 2.0648577935934065, "test_loss": 0.760083873044042, "test_acc1": 80.79800281646729, "test_acc5": 95.30200269226074, "epoch": 206, "n_parameters": 20170640}
|
| 208 |
+
{"train_lr": 0.00023107118312454324, "train_loss": 2.0563039239168166, "test_loss": 0.7543465190512293, "test_acc1": 80.79600282806396, "test_acc5": 95.43400257507324, "epoch": 207, "n_parameters": 20170640}
|
| 209 |
+
{"train_lr": 0.00022676872796319585, "train_loss": 2.058722116613388, "test_loss": 0.75700038693407, "test_acc1": 80.82000278961182, "test_acc5": 95.40400223571777, "epoch": 208, "n_parameters": 20170640}
|
| 210 |
+
{"train_lr": 0.0002224967839962059, "train_loss": 2.0471795890808107, "test_loss": 0.7543520977830186, "test_acc1": 80.86200269470214, "test_acc5": 95.42000253601074, "epoch": 209, "n_parameters": 20170640}
|
| 211 |
+
{"train_lr": 0.00021825581969037234, "train_loss": 2.046462154173851, "test_loss": 0.7512861137442729, "test_acc1": 80.97400256103515, "test_acc5": 95.44400265319824, "epoch": 210, "n_parameters": 20170640}
|
| 212 |
+
{"train_lr": 0.00021404630011522384, "train_loss": 2.037096614289284, "test_loss": 0.7529900323818711, "test_acc1": 80.99400283386231, "test_acc5": 95.496002321167, "epoch": 211, "n_parameters": 20170640}
|
| 213 |
+
{"train_lr": 0.00020986868689201822, "train_loss": 2.045373739051819, "test_loss": 0.7506349768270465, "test_acc1": 80.95600261108399, "test_acc5": 95.41800226257324, "epoch": 212, "n_parameters": 20170640}
|
| 214 |
+
{"train_lr": 0.00020572343814312394, "train_loss": 2.0358345445871353, "test_loss": 0.7473075148813865, "test_acc1": 81.0260026751709, "test_acc5": 95.43200254211426, "epoch": 213, "n_parameters": 20170640}
|
| 215 |
+
{"train_lr": 0.00020161100844177845, "train_loss": 2.0324728499889373, "test_loss": 0.7533870207912782, "test_acc1": 81.0140025076294, "test_acc5": 95.33400222625733, "epoch": 214, "n_parameters": 20170640}
|
| 216 |
+
{"train_lr": 0.0001975318487622385, "train_loss": 2.0370966393947603, "test_loss": 0.7470625400104943, "test_acc1": 81.04600218688965, "test_acc5": 95.52800242492675, "epoch": 215, "n_parameters": 20170640}
|
| 217 |
+
{"train_lr": 0.0001934864064303293, "train_loss": 2.023325027537346, "test_loss": 0.7530781041611644, "test_acc1": 81.03600292877198, "test_acc5": 95.38400206726074, "epoch": 216, "n_parameters": 20170640}
|
| 218 |
+
{"train_lr": 0.00018947512507440066, "train_loss": 2.0311737658500673, "test_loss": 0.7478665672242641, "test_acc1": 81.00800257446289, "test_acc5": 95.498002550354, "epoch": 217, "n_parameters": 20170640}
|
| 219 |
+
{"train_lr": 0.00018549844457664536, "train_loss": 2.021439388036728, "test_loss": 0.7511387771981604, "test_acc1": 81.07000264953614, "test_acc5": 95.45400283447266, "epoch": 218, "n_parameters": 20170640}
|
| 220 |
+
{"train_lr": 0.0001815568010248985, "train_loss": 2.012204219055176, "test_loss": 0.7493877903941799, "test_acc1": 81.03600259399414, "test_acc5": 95.46000247283935, "epoch": 219, "n_parameters": 20170640}
|
| 221 |
+
{"train_lr": 0.0001776506266647912, "train_loss": 2.024745370912552, "test_loss": 0.7399300047579933, "test_acc1": 81.31000268829345, "test_acc5": 95.57600303314209, "epoch": 220, "n_parameters": 20170640}
|
| 222 |
+
{"train_lr": 0.00017378034985236684, "train_loss": 2.0042343024492264, "test_loss": 0.7502142318031367, "test_acc1": 81.11600263336182, "test_acc5": 95.47200257781982, "epoch": 221, "n_parameters": 20170640}
|
| 223 |
+
{"train_lr": 0.00016994639500708363, "train_loss": 2.0191732962369917, "test_loss": 0.7404764710980303, "test_acc1": 81.15400263549805, "test_acc5": 95.54200253082276, "epoch": 222, "n_parameters": 20170640}
|
| 224 |
+
{"train_lr": 0.00016614918256530024, "train_loss": 2.010167643737793, "test_loss": 0.7413524630315164, "test_acc1": 81.1560024887085, "test_acc5": 95.58200261505127, "epoch": 223, "n_parameters": 20170640}
|
| 225 |
+
{"train_lr": 0.0001623891289341499, "train_loss": 2.0085439409971237, "test_loss": 0.737664762446109, "test_acc1": 81.41200256011963, "test_acc5": 95.6140025427246, "epoch": 224, "n_parameters": 20170640}
|
| 226 |
+
{"train_lr": 0.0001586666464458846, "train_loss": 2.0142438503980635, "test_loss": 0.7440300555351902, "test_acc1": 81.21400251831055, "test_acc5": 95.51600236846924, "epoch": 225, "n_parameters": 20170640}
|
| 227 |
+
{"train_lr": 0.00015498214331266083, "train_loss": 2.002371362709999, "test_loss": 0.7382712079321637, "test_acc1": 81.21000238769531, "test_acc5": 95.55600269317627, "epoch": 226, "n_parameters": 20170640}
|
| 228 |
+
{"train_lr": 0.00015133602358176324, "train_loss": 1.993700856924057, "test_loss": 0.7369182388133863, "test_acc1": 81.24800244903564, "test_acc5": 95.51400207275391, "epoch": 227, "n_parameters": 20170640}
|
| 229 |
+
{"train_lr": 0.00014772868709131298, "train_loss": 1.9954030023813247, "test_loss": 0.738325514995, "test_acc1": 81.45800290985107, "test_acc5": 95.5280022290039, "epoch": 228, "n_parameters": 20170640}
|
| 230 |
+
{"train_lr": 0.00014416052942640043, "train_loss": 1.9926019324064255, "test_loss": 0.7326458346317796, "test_acc1": 81.40000258544922, "test_acc5": 95.6260025894165, "epoch": 229, "n_parameters": 20170640}
|
| 231 |
+
{"train_lr": 0.00014063194187573225, "train_loss": 1.977327889084816, "test_loss": 0.7353983490782625, "test_acc1": 81.4140026525879, "test_acc5": 95.62000274291992, "epoch": 230, "n_parameters": 20170640}
|
| 232 |
+
{"train_lr": 0.00013714331138868906, "train_loss": 1.9804892501115798, "test_loss": 0.7353782570537399, "test_acc1": 81.52000283172607, "test_acc5": 95.70400259735108, "epoch": 231, "n_parameters": 20170640}
|
| 233 |
+
{"train_lr": 0.0001336950205329244, "train_loss": 1.9906749059677125, "test_loss": 0.7309535242178861, "test_acc1": 81.40200254089355, "test_acc5": 95.67800254425049, "epoch": 232, "n_parameters": 20170640}
|
| 234 |
+
{"train_lr": 0.0001302874474523821, "train_loss": 1.9837024785995483, "test_loss": 0.7329959411393193, "test_acc1": 81.46800249298096, "test_acc5": 95.66000238250733, "epoch": 233, "n_parameters": 20170640}
|
| 235 |
+
{"train_lr": 0.0001269209658258524, "train_loss": 1.9723633128643037, "test_loss": 0.7332207788439358, "test_acc1": 81.48600252471924, "test_acc5": 95.66400237976075, "epoch": 234, "n_parameters": 20170640}
|
| 236 |
+
{"train_lr": 0.0001235959448259852, "train_loss": 1.9858854579925538, "test_loss": 0.7328113639617667, "test_acc1": 81.5600025378418, "test_acc5": 95.6780023602295, "epoch": 235, "n_parameters": 20170640}
|
| 237 |
+
{"train_lr": 0.00012031274907879779, "train_loss": 1.9704857700109482, "test_loss": 0.7310398271416917, "test_acc1": 81.56600242675782, "test_acc5": 95.62200278198242, "epoch": 236, "n_parameters": 20170640}
|
| 238 |
+
{"train_lr": 0.00011707173862370935, "train_loss": 1.9680142490386963, "test_loss": 0.7293508197454845, "test_acc1": 81.62000282287597, "test_acc5": 95.5960024862671, "epoch": 237, "n_parameters": 20170640}
|
| 239 |
+
{"train_lr": 0.00011387326887403428, "train_loss": 1.9605682634353638, "test_loss": 0.7255667730727616, "test_acc1": 81.60400241516113, "test_acc5": 95.77400248565674, "epoch": 238, "n_parameters": 20170640}
|
| 240 |
+
{"train_lr": 0.00011071769057802195, "train_loss": 1.9719631242990494, "test_loss": 0.7268276462221847, "test_acc1": 81.66000244628906, "test_acc5": 95.72000227966309, "epoch": 239, "n_parameters": 20170640}
|
| 241 |
+
{"train_lr": 0.00010760534978039713, "train_loss": 1.960065850484371, "test_loss": 0.7255632336087087, "test_acc1": 81.68600252166748, "test_acc5": 95.69800248840332, "epoch": 240, "n_parameters": 20170640}
|
| 242 |
+
{"train_lr": 0.00010453658778440049, "train_loss": 1.9538514423131943, "test_loss": 0.724981688620413, "test_acc1": 81.67000256896972, "test_acc5": 95.74000276519776, "epoch": 241, "n_parameters": 20170640}
|
| 243 |
+
{"train_lr": 0.00010151174111436452, "train_loss": 1.963553791475296, "test_loss": 0.7273244991460267, "test_acc1": 81.6480025857544, "test_acc5": 95.68000225402832, "epoch": 242, "n_parameters": 20170640}
|
| 244 |
+
{"train_lr": 9.853114147881535e-05, "train_loss": 1.9490302198171616, "test_loss": 0.7237632835612577, "test_acc1": 81.80200247406006, "test_acc5": 95.6880025112915, "epoch": 243, "n_parameters": 20170640}
|
| 245 |
+
{"train_lr": 9.559511573409251e-05, "train_loss": 1.9641706313729286, "test_loss": 0.722762514344033, "test_acc1": 81.80200211425782, "test_acc5": 95.75600287353515, "epoch": 244, "n_parameters": 20170640}
|
| 246 |
+
{"train_lr": 9.270398584849995e-05, "train_loss": 1.9547240770339966, "test_loss": 0.7210741902098936, "test_acc1": 81.78200236419677, "test_acc5": 95.72200231872559, "epoch": 245, "n_parameters": 20170640}
|
| 247 |
+
{"train_lr": 8.985806886701458e-05, "train_loss": 1.9518078213453294, "test_loss": 0.7204966685351204, "test_acc1": 81.76600266601562, "test_acc5": 95.82600269500732, "epoch": 246, "n_parameters": 20170640}
|
| 248 |
+
{"train_lr": 8.70576768765023e-05, "train_loss": 1.9388262212514877, "test_loss": 0.7174372252295999, "test_acc1": 81.74400265228272, "test_acc5": 95.8120025024414, "epoch": 247, "n_parameters": 20170640}
|
| 249 |
+
{"train_lr": 8.430311697150275e-05, "train_loss": 1.9449589323043823, "test_loss": 0.7184944262399393, "test_acc1": 81.82400206085205, "test_acc5": 95.85600279022216, "epoch": 248, "n_parameters": 20170640}
|
| 250 |
+
{"train_lr": 8.159469122054992e-05, "train_loss": 1.9443468092441558, "test_loss": 0.7192835382678929, "test_acc1": 81.81400270812988, "test_acc5": 95.77800279815673, "epoch": 249, "n_parameters": 20170640}
|
| 251 |
+
{"train_lr": 7.893269663304716e-05, "train_loss": 1.9393894345521927, "test_loss": 0.7196037166697138, "test_acc1": 81.92600236236572, "test_acc5": 95.81400244659424, "epoch": 250, "n_parameters": 20170640}
|
| 252 |
+
{"train_lr": 7.63174251267036e-05, "train_loss": 1.933677686238289, "test_loss": 0.7169380383018185, "test_acc1": 81.8880024017334, "test_acc5": 95.84200269226075, "epoch": 251, "n_parameters": 20170640}
|
| 253 |
+
{"train_lr": 7.374916349550664e-05, "train_loss": 1.929557046866417, "test_loss": 0.7176405956201694, "test_acc1": 81.90400257720947, "test_acc5": 95.92400260894776, "epoch": 252, "n_parameters": 20170640}
|
| 254 |
+
{"train_lr": 7.122819337828713e-05, "train_loss": 1.9379317984104156, "test_loss": 0.7150544226169586, "test_acc1": 81.88000217315674, "test_acc5": 95.87600247161865, "epoch": 253, "n_parameters": 20170640}
|
| 255 |
+
{"train_lr": 6.875479122782986e-05, "train_loss": 1.9273516654968261, "test_loss": 0.7178850515800363, "test_acc1": 81.83800264923096, "test_acc5": 95.87400240203857, "epoch": 254, "n_parameters": 20170640}
|
| 256 |
+
{"train_lr": 6.632922828054899e-05, "train_loss": 1.9214326950073242, "test_loss": 0.7163588398081415, "test_acc1": 81.8880029006958, "test_acc5": 95.86200258605957, "epoch": 255, "n_parameters": 20170640}
|
| 257 |
+
{"train_lr": 6.395177052675797e-05, "train_loss": 1.9237213481903077, "test_loss": 0.7151638913680526, "test_acc1": 81.93800281463623, "test_acc5": 95.92800268096924, "epoch": 256, "n_parameters": 20170640}
|
| 258 |
+
{"train_lr": 6.162267868149037e-05, "train_loss": 1.9286949952721595, "test_loss": 0.7171162044739022, "test_acc1": 81.84000269714356, "test_acc5": 95.88400273681641, "epoch": 257, "n_parameters": 20170640}
|
| 259 |
+
{"train_lr": 5.934220815591366e-05, "train_loss": 1.9189428929328918, "test_loss": 0.7138616319964913, "test_acc1": 81.99600259399413, "test_acc5": 95.92400279266357, "epoch": 258, "n_parameters": 20170640}
|
| 260 |
+
{"train_lr": 5.711060902931976e-05, "train_loss": 1.9207066885352135, "test_loss": 0.7112993367892855, "test_acc1": 81.96200214782715, "test_acc5": 95.90600274230957, "epoch": 259, "n_parameters": 20170640}
|
| 261 |
+
{"train_lr": 5.492812602170193e-05, "train_loss": 1.9244600851893425, "test_loss": 0.7133800667874953, "test_acc1": 82.02600235931396, "test_acc5": 95.85000244659423, "epoch": 260, "n_parameters": 20170640}
|
| 262 |
+
{"train_lr": 5.279499846691249e-05, "train_loss": 1.918757375240326, "test_loss": 0.714436075047535, "test_acc1": 82.0060023425293, "test_acc5": 95.91200258056641, "epoch": 261, "n_parameters": 20170640}
|
| 263 |
+
{"train_lr": 5.071146028642909e-05, "train_loss": 1.924093224990368, "test_loss": 0.7111806939629948, "test_acc1": 81.9980026550293, "test_acc5": 95.91000262237549, "epoch": 262, "n_parameters": 20170640}
|
| 264 |
+
{"train_lr": 4.8677739963691654e-05, "train_loss": 1.9211123878002168, "test_loss": 0.7136064967250123, "test_acc1": 82.04200230621338, "test_acc5": 95.88800260894776, "epoch": 263, "n_parameters": 20170640}
|
| 265 |
+
{"train_lr": 4.669406051905222e-05, "train_loss": 1.9152271406531334, "test_loss": 0.7092666788136258, "test_acc1": 82.02200259674072, "test_acc5": 95.916002628479, "epoch": 264, "n_parameters": 20170640}
|
| 266 |
+
{"train_lr": 4.476063948531594e-05, "train_loss": 1.91204703707695, "test_loss": 0.7073438001029632, "test_acc1": 82.17200290374755, "test_acc5": 95.98600259735107, "epoch": 265, "n_parameters": 20170640}
|
| 267 |
+
{"train_lr": 4.2877688883884916e-05, "train_loss": 1.9108862191319467, "test_loss": 0.7094983640400803, "test_acc1": 82.04200235687256, "test_acc5": 95.9760025112915, "epoch": 266, "n_parameters": 20170640}
|
| 268 |
+
{"train_lr": 4.104541520151309e-05, "train_loss": 1.9075384105443955, "test_loss": 0.7103522141628406, "test_acc1": 82.09000251037598, "test_acc5": 95.91600236572266, "epoch": 267, "n_parameters": 20170640}
|
| 269 |
+
{"train_lr": 3.9264019367658284e-05, "train_loss": 1.8955082473516465, "test_loss": 0.7093815680812386, "test_acc1": 82.06800247680664, "test_acc5": 95.9100028326416, "epoch": 268, "n_parameters": 20170640}
|
| 270 |
+
{"train_lr": 3.753369673244649e-05, "train_loss": 1.9050047989487648, "test_loss": 0.7080255017122802, "test_acc1": 82.1540023461914, "test_acc5": 95.94600212341308, "epoch": 269, "n_parameters": 20170640}
|
| 271 |
+
{"train_lr": 3.5854637045255176e-05, "train_loss": 1.901342501926422, "test_loss": 0.7093235355089692, "test_acc1": 82.02000260803223, "test_acc5": 95.94800258666992, "epoch": 270, "n_parameters": 20170640}
|
| 272 |
+
{"train_lr": 3.422702443389936e-05, "train_loss": 1.8954009555101394, "test_loss": 0.7091761408921551, "test_acc1": 82.16200228179932, "test_acc5": 95.9560026196289, "epoch": 271, "n_parameters": 20170640}
|
| 273 |
+
{"train_lr": 3.265103738444311e-05, "train_loss": 1.8981143471479416, "test_loss": 0.7055740487926146, "test_acc1": 82.20600247650147, "test_acc5": 95.97600277587891, "epoch": 272, "n_parameters": 20170640}
|
| 274 |
+
{"train_lr": 3.1126848721626995e-05, "train_loss": 1.9076485555052758, "test_loss": 0.7070525498951182, "test_acc1": 82.18600264984131, "test_acc5": 95.95200279632569, "epoch": 273, "n_parameters": 20170640}
|
| 275 |
+
{"train_lr": 2.9654625589913407e-05, "train_loss": 1.8999806684613227, "test_loss": 0.7072744687252185, "test_acc1": 82.15600262756348, "test_acc5": 95.94800248565674, "epoch": 274, "n_parameters": 20170640}
|
| 276 |
+
{"train_lr": 2.8234529435159356e-05, "train_loss": 1.8961699357271193, "test_loss": 0.7048362603082376, "test_acc1": 82.22400243225097, "test_acc5": 95.97200267547608, "epoch": 275, "n_parameters": 20170640}
|
| 277 |
+
{"train_lr": 2.6866715986910995e-05, "train_loss": 1.900228664946556, "test_loss": 0.70388614473974, "test_acc1": 82.17200204711914, "test_acc5": 95.98800246063233, "epoch": 276, "n_parameters": 20170640}
|
| 278 |
+
{"train_lr": 2.5551335241327784e-05, "train_loss": 1.8910700278162955, "test_loss": 0.7053578215486863, "test_acc1": 82.23800280059814, "test_acc5": 95.95600265594483, "epoch": 277, "n_parameters": 20170640}
|
| 279 |
+
{"train_lr": 2.4288531444730574e-05, "train_loss": 1.891677205848694, "test_loss": 0.7031353683594395, "test_acc1": 82.21800224212646, "test_acc5": 95.98600258117676, "epoch": 278, "n_parameters": 20170640}
|
| 280 |
+
{"train_lr": 2.3078443077785567e-05, "train_loss": 1.8891798022270203, "test_loss": 0.7024531750118032, "test_acc1": 82.23600268280029, "test_acc5": 96.01200268707275, "epoch": 279, "n_parameters": 20170640}
|
| 281 |
+
{"train_lr": 2.1921202840320236e-05, "train_loss": 1.886346728682518, "test_loss": 0.7041605515953373, "test_acc1": 82.25200232635498, "test_acc5": 95.98200281829834, "epoch": 280, "n_parameters": 20170640}
|
| 282 |
+
{"train_lr": 2.0816937636766334e-05, "train_loss": 1.8889348968625068, "test_loss": 0.7030474874464905, "test_acc1": 82.25000228729247, "test_acc5": 95.97600256378173, "epoch": 281, "n_parameters": 20170640}
|
| 283 |
+
{"train_lr": 1.9765768562247838e-05, "train_loss": 1.8850981291174889, "test_loss": 0.702795747667551, "test_acc1": 82.26800267547607, "test_acc5": 96.00600252746582, "epoch": 282, "n_parameters": 20170640}
|
| 284 |
+
{"train_lr": 1.87678108892994e-05, "train_loss": 1.8824217407345771, "test_loss": 0.7024193211075138, "test_acc1": 82.30400223693847, "test_acc5": 95.99800274902344, "epoch": 283, "n_parameters": 20170640}
|
| 285 |
+
{"train_lr": 1.782317405522524e-05, "train_loss": 1.8850962314486504, "test_loss": 0.7031379434115747, "test_acc1": 82.2800023904419, "test_acc5": 95.9940031274414, "epoch": 284, "n_parameters": 20170640}
|
| 286 |
+
{"train_lr": 1.6931961650099976e-05, "train_loss": 1.8811113576412202, "test_loss": 0.7031359733904109, "test_acc1": 82.29600293121338, "test_acc5": 95.97800287963867, "epoch": 285, "n_parameters": 20170640}
|
| 287 |
+
{"train_lr": 1.6094271405406848e-05, "train_loss": 1.8868749643206597, "test_loss": 0.7018291124087923, "test_acc1": 82.27200271087646, "test_acc5": 96.04800272338868, "epoch": 286, "n_parameters": 20170640}
|
| 288 |
+
{"train_lr": 1.531019518332075e-05, "train_loss": 1.8880345544576644, "test_loss": 0.7021762833875769, "test_acc1": 82.2860027279663, "test_acc5": 96.01200267089844, "epoch": 287, "n_parameters": 20170640}
|
| 289 |
+
{"train_lr": 1.4579818966635463e-05, "train_loss": 1.8880029606342317, "test_loss": 0.7027850587140111, "test_acc1": 82.29200256622315, "test_acc5": 95.99800266204834, "epoch": 288, "n_parameters": 20170640}
|
| 290 |
+
{"train_lr": 1.3903222849333597e-05, "train_loss": 1.8878861719608306, "test_loss": 0.701600585351972, "test_acc1": 82.26200261077881, "test_acc5": 96.01400284332276, "epoch": 289, "n_parameters": 20170640}
|
| 291 |
+
{"train_lr": 1.3280481027803639e-05, "train_loss": 1.8756418505430221, "test_loss": 0.7010864952907843, "test_acc1": 82.27600246582031, "test_acc5": 96.04800273742676, "epoch": 290, "n_parameters": 20170640}
|
| 292 |
+
{"train_lr": 1.2711661792704507e-05, "train_loss": 1.8834244730472565, "test_loss": 0.7015085272929248, "test_acc1": 82.34000251586914, "test_acc5": 96.05000249176025, "epoch": 291, "n_parameters": 20170640}
|
| 293 |
+
{"train_lr": 1.2196827521475526e-05, "train_loss": 1.8746704609394074, "test_loss": 0.7026283756336745, "test_acc1": 82.28400244628907, "test_acc5": 95.98600246612548, "epoch": 292, "n_parameters": 20170640}
|
| 294 |
+
{"train_lr": 1.173603467149552e-05, "train_loss": 1.8871570829033852, "test_loss": 0.7006833838189349, "test_acc1": 82.29600250488281, "test_acc5": 96.03200293823242, "epoch": 293, "n_parameters": 20170640}
|
| 295 |
+
{"train_lr": 1.1329333773893148e-05, "train_loss": 1.8814808091402053, "test_loss": 0.7004767145742389, "test_acc1": 82.25200281738282, "test_acc5": 96.02400232940674, "epoch": 294, "n_parameters": 20170640}
|
| 296 |
+
{"train_lr": 1.0976769428005697e-05, "train_loss": 1.8735374018788338, "test_loss": 0.7011075337581775, "test_acc1": 82.25800260528564, "test_acc5": 96.03000268096923, "epoch": 295, "n_parameters": 20170640}
|
| 297 |
+
{"train_lr": 1.0678380296486024e-05, "train_loss": 1.884022811460495, "test_loss": 0.7002276074798668, "test_acc1": 82.37600258026123, "test_acc5": 96.04400265930175, "epoch": 296, "n_parameters": 20170640}
|
| 298 |
+
{"train_lr": 1.043419910106501e-05, "train_loss": 1.8933244967222214, "test_loss": 0.7003460042178631, "test_acc1": 82.33400253570557, "test_acc5": 96.07000267822265, "epoch": 297, "n_parameters": 20170640}
|
| 299 |
+
{"train_lr": 1.0244252618962809e-05, "train_loss": 1.8879300374507904, "test_loss": 0.6999110121499089, "test_acc1": 82.36400252990722, "test_acc5": 96.04400235229492, "epoch": 298, "n_parameters": 20170640}
|
| 300 |
+
{"train_lr": 1.0108561679951607e-05, "train_loss": 1.8824973589777947, "test_loss": 0.7001073632170173, "test_acc1": 82.32800278625488, "test_acc5": 96.0600025415039, "epoch": 299, "n_parameters": 20170640}
|
pth/geovig_m_5e4_8G_300_80_70/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1df257afdcbccee8888c0e2cf160d8d3f2e805a1b5b397f22fabd4b424c111b5
|
| 3 |
+
size 171253788
|
pth/geovig_m_5e4_8G_300_80_70/log.txt
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 7.035421467781067, "test_loss": 6.932230987969567, "test_acc1": 0.16800000882148744, "test_acc5": 0.676000028591156, "epoch": 0, "n_parameters": 10646096}
|
| 2 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 6.980713172245026, "test_loss": 6.897501812261694, "test_acc1": 0.24800001194000243, "test_acc5": 1.0580000384902954, "epoch": 1, "n_parameters": 10646096}
|
| 3 |
+
{"train_lr": 5.095000000000035e-05, "train_loss": 6.784280130577088, "test_loss": 6.352265210712657, "test_acc1": 1.7620000537109375, "test_acc5": 5.858000145568847, "epoch": 2, "n_parameters": 10646096}
|
| 4 |
+
{"train_lr": 0.00010090000000000065, "train_loss": 6.485293039608002, "test_loss": 5.781754139591666, "test_acc1": 4.196000122489929, "test_acc5": 13.186000366439819, "epoch": 3, "n_parameters": 10646096}
|
| 5 |
+
{"train_lr": 0.0001508499999999984, "train_loss": 6.163007145118713, "test_loss": 5.150872209492852, "test_acc1": 9.16000026763916, "test_acc5": 23.716000681610108, "epoch": 4, "n_parameters": 10646096}
|
| 6 |
+
{"train_lr": 0.0002008000000000008, "train_loss": 5.833015435695648, "test_loss": 4.562984636601279, "test_acc1": 14.62200039176941, "test_acc5": 34.402000964202884, "epoch": 5, "n_parameters": 10646096}
|
| 7 |
+
{"train_lr": 0.0002507499999999967, "train_loss": 5.494816682338715, "test_loss": 3.977961128248888, "test_acc1": 21.748000683746337, "test_acc5": 45.196001227264404, "epoch": 6, "n_parameters": 10646096}
|
| 8 |
+
{"train_lr": 0.0003006999999999963, "train_loss": 5.192816282558441, "test_loss": 3.522087361882715, "test_acc1": 28.01200068649292, "test_acc5": 53.134001288146976, "epoch": 7, "n_parameters": 10646096}
|
| 9 |
+
{"train_lr": 0.000350650000000002, "train_loss": 4.9212685241222385, "test_loss": 3.128529725705876, "test_acc1": 33.89400099349976, "test_acc5": 60.038001901855466, "epoch": 8, "n_parameters": 10646096}
|
| 10 |
+
{"train_lr": 0.00040060000000000085, "train_loss": 4.6725007335662845, "test_loss": 2.8475455597919574, "test_acc1": 38.2660010484314, "test_acc5": 64.51000186187744, "epoch": 9, "n_parameters": 10646096}
|
| 11 |
+
{"train_lr": 0.00045054999999999553, "train_loss": 4.49373618631363, "test_loss": 2.6019788174068226, "test_acc1": 43.00800122146607, "test_acc5": 69.04800206420899, "epoch": 10, "n_parameters": 10646096}
|
| 12 |
+
{"train_lr": 0.0005004999999999981, "train_loss": 4.316142896318436, "test_loss": 2.418023266336497, "test_acc1": 46.23200119644165, "test_acc5": 71.82400211212158, "epoch": 11, "n_parameters": 10646096}
|
| 13 |
+
{"train_lr": 0.0005504499999999965, "train_loss": 4.183612710571289, "test_loss": 2.24780238551252, "test_acc1": 49.26800128479004, "test_acc5": 74.45600243469238, "epoch": 12, "n_parameters": 10646096}
|
| 14 |
+
{"train_lr": 0.0006004000000000008, "train_loss": 4.084237636518479, "test_loss": 2.1566198196481254, "test_acc1": 51.290001277771, "test_acc5": 76.12200236480713, "epoch": 13, "n_parameters": 10646096}
|
| 15 |
+
{"train_lr": 0.0006503500000000058, "train_loss": 3.94994636259079, "test_loss": 1.9849562715081608, "test_acc1": 54.220001507263184, "test_acc5": 78.40000259765625, "epoch": 14, "n_parameters": 10646096}
|
| 16 |
+
{"train_lr": 0.000700299999999991, "train_loss": 3.8781465144157408, "test_loss": 1.9457493792561924, "test_acc1": 54.74000133575439, "test_acc5": 79.20200256591797, "epoch": 15, "n_parameters": 10646096}
|
| 17 |
+
{"train_lr": 0.0007502500000000049, "train_loss": 3.800281344461441, "test_loss": 1.8690984065041822, "test_acc1": 56.53200145233154, "test_acc5": 80.27000229400635, "epoch": 16, "n_parameters": 10646096}
|
| 18 |
+
{"train_lr": 0.0008001999999999869, "train_loss": 3.743335896539688, "test_loss": 1.8206660265431684, "test_acc1": 57.50000157287597, "test_acc5": 81.00800242156983, "epoch": 17, "n_parameters": 10646096}
|
| 19 |
+
{"train_lr": 0.0008501499999999948, "train_loss": 3.6746059329509735, "test_loss": 1.7506093005923664, "test_acc1": 58.730001683044435, "test_acc5": 81.95200268707275, "epoch": 18, "n_parameters": 10646096}
|
| 20 |
+
{"train_lr": 0.0009000999999999993, "train_loss": 3.615951056098938, "test_loss": 1.7229692887733965, "test_acc1": 59.27800174346924, "test_acc5": 82.22200252563476, "epoch": 19, "n_parameters": 10646096}
|
| 21 |
+
{"train_lr": 0.0009500499999999983, "train_loss": 3.5762496805667876, "test_loss": 1.6672260336139624, "test_acc1": 60.244001604614255, "test_acc5": 83.18800278900146, "epoch": 20, "n_parameters": 10646096}
|
| 22 |
+
{"train_lr": 0.0009891830623632411, "train_loss": 3.5212702387809753, "test_loss": 1.6298247229527025, "test_acc1": 61.396001502075194, "test_acc5": 84.08200260681153, "epoch": 21, "n_parameters": 10646096}
|
| 23 |
+
{"train_lr": 0.0009880787971596758, "train_loss": 3.4768573023796083, "test_loss": 1.5864455042516483, "test_acc1": 62.18000174316406, "test_acc5": 84.32000286071778, "epoch": 22, "n_parameters": 10646096}
|
| 24 |
+
{"train_lr": 0.0009869215569222175, "train_loss": 3.415513019990921, "test_loss": 1.547444275196861, "test_acc1": 62.96000191925049, "test_acc5": 85.02400277709961, "epoch": 23, "n_parameters": 10646096}
|
| 25 |
+
{"train_lr": 0.0009857114685552701, "train_loss": 3.3808924216270446, "test_loss": 1.506465234738939, "test_acc1": 63.58600209777832, "test_acc5": 85.45800246246338, "epoch": 24, "n_parameters": 10646096}
|
| 26 |
+
{"train_lr": 0.0009844486647586658, "train_loss": 3.334848946428299, "test_loss": 1.4962495780166458, "test_acc1": 64.56800177154541, "test_acc5": 85.63800277191162, "epoch": 25, "n_parameters": 10646096}
|
| 27 |
+
{"train_lr": 0.0009831332840131042, "train_loss": 3.3022106947898866, "test_loss": 1.4501302833942806, "test_acc1": 65.29000189361572, "test_acc5": 86.65400255249024, "epoch": 26, "n_parameters": 10646096}
|
| 28 |
+
{"train_lr": 0.000981765470564835, "train_loss": 3.280600553941727, "test_loss": 1.4316336779909975, "test_acc1": 65.20000192901611, "test_acc5": 86.72600283721924, "epoch": 27, "n_parameters": 10646096}
|
| 29 |
+
{"train_lr": 0.0009803453744100866, "train_loss": 3.2214210175037383, "test_loss": 1.4087435449747479, "test_acc1": 65.99200198547364, "test_acc5": 87.03800254089356, "epoch": 28, "n_parameters": 10646096}
|
| 30 |
+
{"train_lr": 0.0009788731512783803, "train_loss": 3.189353781747818, "test_loss": 1.3748244800988365, "test_acc1": 66.5340021005249, "test_acc5": 87.48800270812988, "epoch": 29, "n_parameters": 10646096}
|
| 31 |
+
{"train_lr": 0.000977348962615553, "train_loss": 3.1665961650133134, "test_loss": 1.3715567847385126, "test_acc1": 66.83000206481934, "test_acc5": 87.57400268066407, "epoch": 30, "n_parameters": 10646096}
|
| 32 |
+
{"train_lr": 0.0009757729755661009, "train_loss": 3.1435993158340456, "test_loss": 1.3331373408436775, "test_acc1": 67.58200210571289, "test_acc5": 87.87200313232422, "epoch": 31, "n_parameters": 10646096}
|
| 33 |
+
{"train_lr": 0.0009741453629547407, "train_loss": 3.129084476304054, "test_loss": 1.3363879182759453, "test_acc1": 67.77400206817627, "test_acc5": 88.1180024822998, "epoch": 32, "n_parameters": 10646096}
|
| 34 |
+
{"train_lr": 0.0009724663032675387, "train_loss": 3.1001225947856903, "test_loss": 1.3195822322193314, "test_acc1": 67.86600216613769, "test_acc5": 88.20000228179931, "epoch": 33, "n_parameters": 10646096}
|
| 35 |
+
{"train_lr": 0.0009707359806323507, "train_loss": 3.0861742837190627, "test_loss": 1.2935549568604021, "test_acc1": 68.27600194030762, "test_acc5": 88.66200278045655, "epoch": 34, "n_parameters": 10646096}
|
| 36 |
+
{"train_lr": 0.0009689545847984982, "train_loss": 3.0718824653863908, "test_loss": 1.2799091523184496, "test_acc1": 68.97600228302002, "test_acc5": 88.85200279205323, "epoch": 35, "n_parameters": 10646096}
|
| 37 |
+
{"train_lr": 0.0009671223111161096, "train_loss": 3.0444197047233583, "test_loss": 1.2709042767391485, "test_acc1": 68.68400232788086, "test_acc5": 88.79600220947266, "epoch": 36, "n_parameters": 10646096}
|
| 38 |
+
{"train_lr": 0.0009652393605146904, "train_loss": 3.0261271093130113, "test_loss": 1.2739820427754347, "test_acc1": 68.68400226501466, "test_acc5": 88.71000241851807, "epoch": 37, "n_parameters": 10646096}
|
| 39 |
+
{"train_lr": 0.0009633059394809449, "train_loss": 2.9960635182380675, "test_loss": 1.2402825057506561, "test_acc1": 69.58600213470459, "test_acc5": 89.2620020892334, "epoch": 38, "n_parameters": 10646096}
|
| 40 |
+
{"train_lr": 0.0009613222600363117, "train_loss": 2.9971917191267012, "test_loss": 1.22555944104405, "test_acc1": 69.93400228088379, "test_acc5": 89.43800286224365, "epoch": 39, "n_parameters": 10646096}
|
| 41 |
+
{"train_lr": 0.0009592885397135722, "train_loss": 2.983998296236992, "test_loss": 1.236581554307657, "test_acc1": 69.87600219573974, "test_acc5": 89.44800258850097, "epoch": 40, "n_parameters": 10646096}
|
| 42 |
+
{"train_lr": 0.0009572050015330774, "train_loss": 2.9865921253919603, "test_loss": 1.2152782709282988, "test_acc1": 70.34200213348389, "test_acc5": 89.5420025213623, "epoch": 41, "n_parameters": 10646096}
|
| 43 |
+
{"train_lr": 0.0009550718739782967, "train_loss": 2.9535889993429185, "test_loss": 1.208692357820623, "test_acc1": 70.03000225158691, "test_acc5": 89.58400241851807, "epoch": 42, "n_parameters": 10646096}
|
| 44 |
+
{"train_lr": 0.0009528893909706769, "train_loss": 2.9386693040132523, "test_loss": 1.2177227888913715, "test_acc1": 70.24400228424072, "test_acc5": 89.45800259399414, "epoch": 43, "n_parameters": 10646096}
|
| 45 |
+
{"train_lr": 0.0009506577918441002, "train_loss": 2.941268027448654, "test_loss": 1.20716222638593, "test_acc1": 70.52800235351563, "test_acc5": 89.76800250213623, "epoch": 44, "n_parameters": 10646096}
|
| 46 |
+
{"train_lr": 0.0009483773213185096, "train_loss": 2.913818347501755, "test_loss": 1.202938948484028, "test_acc1": 70.52600196380615, "test_acc5": 89.74600251342774, "epoch": 45, "n_parameters": 10646096}
|
| 47 |
+
{"train_lr": 0.0009460482294732399, "train_loss": 2.9152585804224014, "test_loss": 1.180197632049813, "test_acc1": 70.8540024520874, "test_acc5": 90.02200229919434, "epoch": 46, "n_parameters": 10646096}
|
| 48 |
+
{"train_lr": 0.0009436707717194543, "train_loss": 2.8966175506830214, "test_loss": 1.1699588921140223, "test_acc1": 71.04600249084473, "test_acc5": 90.15200256134034, "epoch": 47, "n_parameters": 10646096}
|
| 49 |
+
{"train_lr": 0.0009412452087721574, "train_loss": 2.8844661081075667, "test_loss": 1.1559633308035486, "test_acc1": 71.36400191650391, "test_acc5": 90.26000245239258, "epoch": 48, "n_parameters": 10646096}
|
| 50 |
+
{"train_lr": 0.0009387718066217177, "train_loss": 2.889317768836021, "test_loss": 1.1695988112512756, "test_acc1": 71.29000266967773, "test_acc5": 90.21800248046875, "epoch": 49, "n_parameters": 10646096}
|
| 51 |
+
{"train_lr": 0.0009362508365045016, "train_loss": 2.8810960160493853, "test_loss": 1.155828009633457, "test_acc1": 71.37800236999512, "test_acc5": 90.36000249389649, "epoch": 50, "n_parameters": 10646096}
|
| 52 |
+
{"train_lr": 0.0009336825748732965, "train_loss": 2.853759490442276, "test_loss": 1.1668631386230974, "test_acc1": 71.36200255737305, "test_acc5": 90.15600231781006, "epoch": 51, "n_parameters": 10646096}
|
| 53 |
+
{"train_lr": 0.0009310673033669582, "train_loss": 2.8455555730104445, "test_loss": 1.139019931502202, "test_acc1": 71.92800207061768, "test_acc5": 90.68000255493165, "epoch": 52, "n_parameters": 10646096}
|
| 54 |
+
{"train_lr": 0.0009284053087794583, "train_loss": 2.834317488360405, "test_loss": 1.161648816045593, "test_acc1": 71.72000261596679, "test_acc5": 90.38600237121582, "epoch": 53, "n_parameters": 10646096}
|
| 55 |
+
{"train_lr": 0.0009256968830284982, "train_loss": 2.8325462318658827, "test_loss": 1.142210361054715, "test_acc1": 71.99800226470947, "test_acc5": 90.47200254150391, "epoch": 54, "n_parameters": 10646096}
|
| 56 |
+
{"train_lr": 0.0009229423231235073, "train_loss": 2.8227656840562823, "test_loss": 1.1310330572373726, "test_acc1": 71.92400226348877, "test_acc5": 90.6720026272583, "epoch": 55, "n_parameters": 10646096}
|
| 57 |
+
{"train_lr": 0.0009201419311329887, "train_loss": 2.809155310821533, "test_loss": 1.1280737477628624, "test_acc1": 72.09000236236572, "test_acc5": 90.66200263000488, "epoch": 56, "n_parameters": 10646096}
|
| 58 |
+
{"train_lr": 0.0009172960141515063, "train_loss": 2.7992388248443603, "test_loss": 1.140420123715611, "test_acc1": 72.02800255432129, "test_acc5": 90.45200259399414, "epoch": 57, "n_parameters": 10646096}
|
| 59 |
+
{"train_lr": 0.0009144048842659087, "train_loss": 2.7981287651777267, "test_loss": 1.1147602303501438, "test_acc1": 72.37800264343262, "test_acc5": 90.89400234863281, "epoch": 58, "n_parameters": 10646096}
|
| 60 |
+
{"train_lr": 0.0009114688585211854, "train_loss": 2.7983656671762467, "test_loss": 1.1156098364907152, "test_acc1": 72.29600236785889, "test_acc5": 90.86000249664306, "epoch": 59, "n_parameters": 10646096}
|
| 61 |
+
{"train_lr": 0.0009084882588856362, "train_loss": 2.796090823698044, "test_loss": NaN, "test_acc1": 71.97800262634277, "test_acc5": 90.22400249664307, "epoch": 60, "n_parameters": 10646096}
|
| 62 |
+
{"train_lr": 0.000905463412215599, "train_loss": 2.788462070131302, "test_loss": 1.1058508692418827, "test_acc1": 72.91400225616455, "test_acc5": 90.91400266418457, "epoch": 61, "n_parameters": 10646096}
|
| 63 |
+
{"train_lr": 0.0009023946502196104, "train_loss": 2.761221924495697, "test_loss": 1.113686891820501, "test_acc1": 72.37000244293213, "test_acc5": 91.09200230651855, "epoch": 62, "n_parameters": 10646096}
|
| 64 |
+
{"train_lr": 0.0008992823094219802, "train_loss": 2.777322705245018, "test_loss": 1.10110825037255, "test_acc1": 72.65000259277343, "test_acc5": 91.0800025604248, "epoch": 63, "n_parameters": 10646096}
|
| 65 |
+
{"train_lr": 0.0008961267311259725, "train_loss": 2.761927919316292, "test_loss": 1.0905720633180702, "test_acc1": 72.95000268310547, "test_acc5": 91.03600255249023, "epoch": 64, "n_parameters": 10646096}
|
| 66 |
+
{"train_lr": 0.0008929282613762865, "train_loss": 2.7502941954135895, "test_loss": 1.0895518071072943, "test_acc1": 73.00400233154296, "test_acc5": 91.2160024432373, "epoch": 65, "n_parameters": 10646096}
|
| 67 |
+
{"train_lr": 0.0008896872509212004, "train_loss": 2.761359592676163, "test_loss": 1.088079386993366, "test_acc1": 72.96400220855713, "test_acc5": 91.2040023904419, "epoch": 66, "n_parameters": 10646096}
|
| 68 |
+
{"train_lr": 0.0008864040551740274, "train_loss": 2.7501646009683607, "test_loss": 1.0855064100640661, "test_acc1": 73.08000259918212, "test_acc5": 91.14800266693115, "epoch": 67, "n_parameters": 10646096}
|
| 69 |
+
{"train_lr": 0.0008830790341741599, "train_loss": 2.7491694341421127, "test_loss": 1.0770095084958218, "test_acc1": 73.13000222961426, "test_acc5": 91.29000236297607, "epoch": 68, "n_parameters": 10646096}
|
| 70 |
+
{"train_lr": 0.0008797125525476078, "train_loss": 2.7467391666412353, "test_loss": 1.0667312550632393, "test_acc1": 73.2860027496338, "test_acc5": 91.30200268859863, "epoch": 69, "n_parameters": 10646096}
|
| 71 |
+
{"train_lr": 0.0008763049794670726, "train_loss": 2.727443775963783, "test_loss": 1.0709788604255985, "test_acc1": 73.48600240661621, "test_acc5": 91.36200256896973, "epoch": 70, "n_parameters": 10646096}
|
| 72 |
+
{"train_lr": 0.0008728566886113074, "train_loss": 2.7251018541097642, "test_loss": 1.069900010657661, "test_acc1": 73.38400239715577, "test_acc5": 91.43000258361816, "epoch": 71, "n_parameters": 10646096}
|
| 73 |
+
{"train_lr": 0.0008693680581242697, "train_loss": 2.7210050709962843, "test_loss": 1.0671145337469436, "test_acc1": 73.48800274627686, "test_acc5": 91.52600260009766, "epoch": 72, "n_parameters": 10646096}
|
| 74 |
+
{"train_lr": 0.0008658394705736052, "train_loss": 2.71996842212677, "test_loss": 1.0624691090163063, "test_acc1": 73.61000266143799, "test_acc5": 91.48400250732422, "epoch": 73, "n_parameters": 10646096}
|
| 75 |
+
{"train_lr": 0.0008622713129086835, "train_loss": 2.712194707489014, "test_loss": 1.065253105452832, "test_acc1": 73.78600234832764, "test_acc5": 91.33600233795165, "epoch": 74, "n_parameters": 10646096}
|
| 76 |
+
{"train_lr": 0.0008586639764182453, "train_loss": 2.710848568749428, "test_loss": 1.0553615623537231, "test_acc1": 73.78800240722656, "test_acc5": 91.49000233734131, "epoch": 75, "n_parameters": 10646096}
|
| 77 |
+
{"train_lr": 0.0008550178566873413, "train_loss": 2.706674917602539, "test_loss": 1.0590680879266823, "test_acc1": 73.51200251251221, "test_acc5": 91.48400253540039, "epoch": 76, "n_parameters": 10646096}
|
| 78 |
+
{"train_lr": 0.0008513333535541276, "train_loss": 2.686447778058052, "test_loss": 1.0524213772047968, "test_acc1": 73.746002210083, "test_acc5": 91.62000264801026, "epoch": 77, "n_parameters": 10646096}
|
| 79 |
+
{"train_lr": 0.0008476108710658449, "train_loss": 2.69205237262249, "test_loss": 1.0607434682109778, "test_acc1": 73.68600248901367, "test_acc5": 91.59600251037598, "epoch": 78, "n_parameters": 10646096}
|
| 80 |
+
{"train_lr": 0.0008438508174347047, "train_loss": 2.688805324983597, "test_loss": 1.0425383268910295, "test_acc1": 73.9380025378418, "test_acc5": 91.70800275024413, "epoch": 79, "n_parameters": 10646096}
|
| 81 |
+
{"train_lr": 0.0008400536049929099, "train_loss": 2.6825137972593307, "test_loss": 1.056065777207122, "test_acc1": 73.88200268554688, "test_acc5": 91.48600239868163, "epoch": 80, "n_parameters": 10646096}
|
| 82 |
+
{"train_lr": 0.0008362196501476326, "train_loss": 2.671830072617531, "test_loss": 1.0461750727366, "test_acc1": 73.8700025390625, "test_acc5": 91.75800236480713, "epoch": 81, "n_parameters": 10646096}
|
| 83 |
+
{"train_lr": 0.0008323493733352064, "train_loss": 2.686205879998207, "test_loss": 1.0300224230569952, "test_acc1": 74.21200267059326, "test_acc5": 91.95600232879639, "epoch": 82, "n_parameters": 10646096}
|
| 84 |
+
{"train_lr": 0.0008284431989751134, "train_loss": 2.6710445754766465, "test_loss": 1.0469973827986157, "test_acc1": 73.86400225280762, "test_acc5": 91.78600225097657, "epoch": 83, "n_parameters": 10646096}
|
| 85 |
+
{"train_lr": 0.000824501555423352, "train_loss": 2.668485542345047, "test_loss": 1.037917141090421, "test_acc1": 74.36000262359619, "test_acc5": 91.83200226470947, "epoch": 84, "n_parameters": 10646096}
|
| 86 |
+
{"train_lr": 0.0008205248749256087, "train_loss": 2.652551126360893, "test_loss": 1.0468235026825876, "test_acc1": 73.86600235076904, "test_acc5": 91.84200265808106, "epoch": 85, "n_parameters": 10646096}
|
| 87 |
+
{"train_lr": 0.0008165135935696611, "train_loss": 2.6737233188152314, "test_loss": NaN, "test_acc1": 73.78000268463134, "test_acc5": 91.38600234893799, "epoch": 86, "n_parameters": 10646096}
|
| 88 |
+
{"train_lr": 0.0008124681512377586, "train_loss": 2.6546972194433214, "test_loss": 1.0456388018587057, "test_acc1": 74.23800272369385, "test_acc5": 91.79400265563964, "epoch": 87, "n_parameters": 10646096}
|
| 89 |
+
{"train_lr": 0.0008083889915582185, "train_loss": 2.6561303556203844, "test_loss": 1.0254485843812717, "test_acc1": 74.53000236114502, "test_acc5": 92.00400246002198, "epoch": 88, "n_parameters": 10646096}
|
| 90 |
+
{"train_lr": 0.0008042765618568836, "train_loss": 2.6572142355680466, "test_loss": NaN, "test_acc1": 73.77600242340088, "test_acc5": 91.18000235412597, "epoch": 89, "n_parameters": 10646096}
|
| 91 |
+
{"train_lr": 0.0008001313131079762, "train_loss": 2.64749863653183, "test_loss": 1.0382328800418799, "test_acc1": 74.18400281768798, "test_acc5": 91.8540024520874, "epoch": 90, "n_parameters": 10646096}
|
| 92 |
+
{"train_lr": 0.0007959536998847768, "train_loss": 2.6414104964733123, "test_loss": 1.0148992244811619, "test_acc1": 74.34400265075683, "test_acc5": 92.06200277282714, "epoch": 91, "n_parameters": 10646096}
|
| 93 |
+
{"train_lr": 0.0007917441803096359, "train_loss": 2.65039739382267, "test_loss": 1.0203775509315378, "test_acc1": 74.7120024975586, "test_acc5": 92.02600234039306, "epoch": 92, "n_parameters": 10646096}
|
| 94 |
+
{"train_lr": 0.0007875032160037932, "train_loss": 2.6436673834085465, "test_loss": 1.0312615387579973, "test_acc1": 74.12000264526367, "test_acc5": 91.94400240753174, "epoch": 93, "n_parameters": 10646096}
|
| 95 |
+
{"train_lr": 0.0007832312720367915, "train_loss": 2.6415082436561583, "test_loss": 1.0292335437501179, "test_acc1": 74.36800250976563, "test_acc5": 91.93400246276856, "epoch": 94, "n_parameters": 10646096}
|
| 96 |
+
{"train_lr": 0.0007789288168754645, "train_loss": 2.6326733100652695, "test_loss": 1.0156919101581854, "test_acc1": 74.50000267700196, "test_acc5": 92.02000271179199, "epoch": 95, "n_parameters": 10646096}
|
| 97 |
+
{"train_lr": 0.0007745963223324438, "train_loss": 2.623128025484085, "test_loss": 1.0091594773180343, "test_acc1": 74.77000296173095, "test_acc5": 92.1280023828125, "epoch": 96, "n_parameters": 10646096}
|
| 98 |
+
{"train_lr": 0.0007702342635145934, "train_loss": 2.6286536094665527, "test_loss": 1.0126554678906412, "test_acc1": 74.87000253387451, "test_acc5": 92.08400251312256, "epoch": 97, "n_parameters": 10646096}
|
| 99 |
+
{"train_lr": 0.0007658431187708594, "train_loss": 2.6232832288742065, "test_loss": NaN, "test_acc1": 74.24800268920899, "test_acc5": 91.4240025881958, "epoch": 98, "n_parameters": 10646096}
|
| 100 |
+
{"train_lr": 0.0007614233696396937, "train_loss": 2.608791049194336, "test_loss": 1.003851502914639, "test_acc1": 74.90200257659912, "test_acc5": 92.2200026135254, "epoch": 99, "n_parameters": 10646096}
|
| 101 |
+
{"train_lr": 0.000756975500796441, "train_loss": 2.6211662588357925, "test_loss": 1.0235639624297619, "test_acc1": 74.61800269683837, "test_acc5": 92.19200265258789, "epoch": 100, "n_parameters": 10646096}
|
| 102 |
+
{"train_lr": 0.0007524999999999928, "train_loss": 2.6131495201587676, "test_loss": 1.0098215389777632, "test_acc1": 74.66000236602783, "test_acc5": 92.1120022821045, "epoch": 101, "n_parameters": 10646096}
|
| 103 |
+
{"train_lr": 0.0007479973580394899, "train_loss": 2.610134018301964, "test_loss": 1.0123127392109703, "test_acc1": 74.81400269958496, "test_acc5": 92.18200236816406, "epoch": 102, "n_parameters": 10646096}
|
| 104 |
+
{"train_lr": 0.000743468068680353, "train_loss": 2.6101033020019533, "test_loss": 1.0101516181055237, "test_acc1": 74.8580025567627, "test_acc5": 92.08600237030029, "epoch": 103, "n_parameters": 10646096}
|
| 105 |
+
{"train_lr": 0.0007389126286101879, "train_loss": 2.60798016808033, "test_loss": 0.9986732006072998, "test_acc1": 75.12000269378662, "test_acc5": 92.47800264770508, "epoch": 104, "n_parameters": 10646096}
|
| 106 |
+
{"train_lr": 0.0007343315373843354, "train_loss": 2.5993706712722777, "test_loss": 0.9986381557057885, "test_acc1": 75.06800243164062, "test_acc5": 92.27600271942138, "epoch": 105, "n_parameters": 10646096}
|
| 107 |
+
{"train_lr": 0.0007297252973710828, "train_loss": 2.587638226056099, "test_loss": 0.9988763682982501, "test_acc1": 75.17800253173829, "test_acc5": 92.29400258636474, "epoch": 106, "n_parameters": 10646096}
|
| 108 |
+
{"train_lr": 0.0007250944136965464, "train_loss": 2.5967797184705734, "test_loss": 0.9972070757957066, "test_acc1": 75.32200254760743, "test_acc5": 92.37200284240723, "epoch": 107, "n_parameters": 10646096}
|
| 109 |
+
{"train_lr": 0.0007204393941893065, "train_loss": 2.5910013410806654, "test_loss": 0.995403906878303, "test_acc1": 75.29600264404297, "test_acc5": 92.17600239074707, "epoch": 108, "n_parameters": 10646096}
|
| 110 |
+
{"train_lr": 0.0007157607493247192, "train_loss": 2.5773569734573365, "test_loss": 0.9862950146198273, "test_acc1": 75.46800277496338, "test_acc5": 92.46000227630616, "epoch": 109, "n_parameters": 10646096}
|
| 111 |
+
{"train_lr": 0.0007110589921688925, "train_loss": 2.585608363080025, "test_loss": 0.9898588999229319, "test_acc1": 75.31200246948242, "test_acc5": 92.46200299011231, "epoch": 110, "n_parameters": 10646096}
|
| 112 |
+
{"train_lr": 0.000706334638322525, "train_loss": 2.5753830909490585, "test_loss": 0.9936920476748663, "test_acc1": 75.20800240020752, "test_acc5": 92.45600244873047, "epoch": 111, "n_parameters": 10646096}
|
| 113 |
+
{"train_lr": 0.0007015882058642055, "train_loss": 2.5701449060678483, "test_loss": 0.9814703988240046, "test_acc1": 75.56400249755859, "test_acc5": 92.4600024319458, "epoch": 112, "n_parameters": 10646096}
|
| 114 |
+
{"train_lr": 0.0006968202152937847, "train_loss": 2.5692872049331665, "test_loss": 0.9826216559637996, "test_acc1": 75.42200264556885, "test_acc5": 92.40800265289306, "epoch": 113, "n_parameters": 10646096}
|
| 115 |
+
{"train_lr": 0.0006920311894751399, "train_loss": 2.5720554661273956, "test_loss": 0.9804113007643643, "test_acc1": 75.49400274139404, "test_acc5": 92.47200266418457, "epoch": 114, "n_parameters": 10646096}
|
| 116 |
+
{"train_lr": 0.0006872216535789248, "train_loss": 2.5676654954910276, "test_loss": 0.9902624910806909, "test_acc1": 75.29400257080079, "test_acc5": 92.34600267242432, "epoch": 115, "n_parameters": 10646096}
|
| 117 |
+
{"train_lr": 0.0006823921350249157, "train_loss": 2.565714776158333, "test_loss": 0.9727474396281383, "test_acc1": 75.58800231994628, "test_acc5": 92.57400231262207, "epoch": 116, "n_parameters": 10646096}
|
| 118 |
+
{"train_lr": 0.0006775431634242922, "train_loss": 2.559383939862251, "test_loss": 0.9723471059080433, "test_acc1": 75.76200267364501, "test_acc5": 92.63600271942138, "epoch": 117, "n_parameters": 10646096}
|
| 119 |
+
{"train_lr": 0.0006726752705214109, "train_loss": 2.5525052748918533, "test_loss": 0.9845334359389895, "test_acc1": 75.12000257781982, "test_acc5": 92.54800252227783, "epoch": 118, "n_parameters": 10646096}
|
| 120 |
+
{"train_lr": 0.0006677889901355911, "train_loss": 2.5441795597553254, "test_loss": 0.9811719412751058, "test_acc1": 75.47000270599365, "test_acc5": 92.53400256378174, "epoch": 119, "n_parameters": 10646096}
|
| 121 |
+
{"train_lr": 0.0006628848581025501, "train_loss": 2.546508461308479, "test_loss": 0.9797516710617963, "test_acc1": 75.67400239562988, "test_acc5": 92.60000225097656, "epoch": 120, "n_parameters": 10646096}
|
| 122 |
+
{"train_lr": 0.0006579634122155923, "train_loss": 2.550190572786331, "test_loss": 0.9784432149985257, "test_acc1": 75.38800279388428, "test_acc5": 92.52600281158448, "epoch": 121, "n_parameters": 10646096}
|
| 123 |
+
{"train_lr": 0.0006530251921667572, "train_loss": 2.542051150250435, "test_loss": 0.9667519217028337, "test_acc1": 75.96600255615235, "test_acc5": 92.74400255767823, "epoch": 122, "n_parameters": 10646096}
|
| 124 |
+
{"train_lr": 0.0006480707394875231, "train_loss": 2.553884622645378, "test_loss": 0.965042504536755, "test_acc1": 75.80200251739502, "test_acc5": 92.77200240753174, "epoch": 123, "n_parameters": 10646096}
|
| 125 |
+
{"train_lr": 0.0006431005974894128, "train_loss": 2.535961450433731, "test_loss": 0.9519832302980563, "test_acc1": 76.06800237884522, "test_acc5": 92.85600283416748, "epoch": 124, "n_parameters": 10646096}
|
| 126 |
+
{"train_lr": 0.0006381153112045567, "train_loss": 2.5268990527629853, "test_loss": 0.9692038321758017, "test_acc1": 75.97600258026124, "test_acc5": 92.644002449646, "epoch": 125, "n_parameters": 10646096}
|
| 127 |
+
{"train_lr": 0.0006331154273257479, "train_loss": 2.5305255679130556, "test_loss": 0.953197164570584, "test_acc1": 76.06800282135009, "test_acc5": 92.85200281219483, "epoch": 126, "n_parameters": 10646096}
|
| 128 |
+
{"train_lr": 0.0006281014941466045, "train_loss": 2.5272074259757997, "test_loss": 0.9551125876605511, "test_acc1": 76.0880028881836, "test_acc5": 92.73800244689942, "epoch": 127, "n_parameters": 10646096}
|
| 129 |
+
{"train_lr": 0.000623074061501402, "train_loss": 2.518509205698967, "test_loss": 0.9675521651173339, "test_acc1": 75.72800248565675, "test_acc5": 92.67000231292725, "epoch": 128, "n_parameters": 10646096}
|
| 130 |
+
{"train_lr": 0.0006180336807047836, "train_loss": 2.5311487372159958, "test_loss": 0.9633272213532644, "test_acc1": 75.83600260986329, "test_acc5": 92.9540024105835, "epoch": 129, "n_parameters": 10646096}
|
| 131 |
+
{"train_lr": 0.000612980904491296, "train_loss": 2.507882303237915, "test_loss": 0.9490988175658619, "test_acc1": 76.21200214660645, "test_acc5": 92.87400230682373, "epoch": 130, "n_parameters": 10646096}
|
| 132 |
+
{"train_lr": 0.0006079162869547837, "train_loss": 2.5222341567516326, "test_loss": 0.955368652501527, "test_acc1": 76.19200236236573, "test_acc5": 92.79600257751464, "epoch": 131, "n_parameters": 10646096}
|
| 133 |
+
{"train_lr": 0.0006028403834876749, "train_loss": 2.512388858127594, "test_loss": 0.9533037343884215, "test_acc1": 76.28600228637696, "test_acc5": 92.88200266693116, "epoch": 132, "n_parameters": 10646096}
|
| 134 |
+
{"train_lr": 0.0005977537507199276, "train_loss": 2.507298519515991, "test_loss": 0.9526450776440256, "test_acc1": 76.11400277160645, "test_acc5": 92.97000232055665, "epoch": 133, "n_parameters": 10646096}
|
| 135 |
+
{"train_lr": 0.0005926569464581991, "train_loss": 2.514369975876808, "test_loss": 0.9493082509759594, "test_acc1": 76.18400238311767, "test_acc5": 93.05800278686523, "epoch": 134, "n_parameters": 10646096}
|
| 136 |
+
{"train_lr": 0.0005875505296244655, "train_loss": 2.4952365751504897, "test_loss": 0.9578287134713986, "test_acc1": 76.12600254608154, "test_acc5": 92.89600278076172, "epoch": 135, "n_parameters": 10646096}
|
| 137 |
+
{"train_lr": 0.0005824350601949121, "train_loss": 2.496133919405937, "test_loss": 0.9567442661260858, "test_acc1": 76.10000269622803, "test_acc5": 92.82400267547608, "epoch": 136, "n_parameters": 10646096}
|
| 138 |
+
{"train_lr": 0.00057731109913839, "train_loss": 2.4970510100364685, "test_loss": 0.942452751319198, "test_acc1": 76.28000247070312, "test_acc5": 92.99800219268799, "epoch": 137, "n_parameters": 10646096}
|
| 139 |
+
{"train_lr": 0.0005721792083549868, "train_loss": 2.512818842411041, "test_loss": 0.9567363943685504, "test_acc1": 76.19800246429443, "test_acc5": 92.77400277801513, "epoch": 138, "n_parameters": 10646096}
|
| 140 |
+
{"train_lr": 0.000567039950614337, "train_loss": 2.490484605026245, "test_loss": 0.9477834942586282, "test_acc1": 76.40000231567383, "test_acc5": 92.92000212829589, "epoch": 139, "n_parameters": 10646096}
|
| 141 |
+
{"train_lr": 0.0005618938894939631, "train_loss": 2.481358285212517, "test_loss": 0.950415264157688, "test_acc1": 76.17400250061036, "test_acc5": 93.02000271118165, "epoch": 140, "n_parameters": 10646096}
|
| 142 |
+
{"train_lr": 0.0005567415893174923, "train_loss": 2.4765207302331924, "test_loss": 0.9337279991630245, "test_acc1": 76.44200292144775, "test_acc5": 93.06400225769043, "epoch": 141, "n_parameters": 10646096}
|
| 143 |
+
{"train_lr": 0.0005515836150926654, "train_loss": 2.479065987920761, "test_loss": 0.9404266421847484, "test_acc1": 76.25600248291016, "test_acc5": 93.03600264221191, "epoch": 142, "n_parameters": 10646096}
|
| 144 |
+
{"train_lr": 0.0005464205324495009, "train_loss": 2.479491192698479, "test_loss": 0.9388014167985496, "test_acc1": 76.34200244262695, "test_acc5": 93.04400241882324, "epoch": 143, "n_parameters": 10646096}
|
| 145 |
+
{"train_lr": 0.0005412529075781727, "train_loss": 2.463714962029457, "test_loss": 0.9307512044906616, "test_acc1": 76.69200278289794, "test_acc5": 93.06600271484375, "epoch": 144, "n_parameters": 10646096}
|
| 146 |
+
{"train_lr": 0.0005360813071670152, "train_loss": 2.476020703458786, "test_loss": 0.9313772077507833, "test_acc1": 76.59600254852295, "test_acc5": 93.33200244689941, "epoch": 145, "n_parameters": 10646096}
|
| 147 |
+
{"train_lr": 0.0005309062983402558, "train_loss": 2.4678487676143646, "test_loss": 0.9340191840687219, "test_acc1": 76.53800249237061, "test_acc5": 93.22400248321533, "epoch": 146, "n_parameters": 10646096}
|
| 148 |
+
{"train_lr": 0.0005257284485959466, "train_loss": 2.463846730136871, "test_loss": 0.923694227986476, "test_acc1": 76.74600237854004, "test_acc5": 93.31600291229248, "epoch": 147, "n_parameters": 10646096}
|
| 149 |
+
{"train_lr": 0.0005205483257436682, "train_loss": 2.456098070430756, "test_loss": 0.924346932593514, "test_acc1": 76.48800237884521, "test_acc5": 93.32600237426757, "epoch": 148, "n_parameters": 10646096}
|
| 150 |
+
{"train_lr": 0.0005153664978422641, "train_loss": 2.4539222191095353, "test_loss": 0.925701876554419, "test_acc1": 76.7060023751831, "test_acc5": 93.22800237121582, "epoch": 149, "n_parameters": 10646096}
|
| 151 |
+
{"train_lr": 0.000510183533137536, "train_loss": 2.460617078566551, "test_loss": 0.9194408694610876, "test_acc1": 76.86800229492188, "test_acc5": 93.38600234375, "epoch": 150, "n_parameters": 10646096}
|
| 152 |
+
{"train_lr": 0.0005049999999999984, "train_loss": 2.450088959789276, "test_loss": 0.9259438264895888, "test_acc1": 76.69800238677979, "test_acc5": 93.23600228515625, "epoch": 151, "n_parameters": 10646096}
|
| 153 |
+
{"train_lr": 0.0004998164668624585, "train_loss": 2.4488113795042037, "test_loss": 0.922051148598685, "test_acc1": 76.88000265228271, "test_acc5": 93.21600259185792, "epoch": 152, "n_parameters": 10646096}
|
| 154 |
+
{"train_lr": 0.0004946335021577318, "train_loss": 2.4521241036891936, "test_loss": 0.9173284306683961, "test_acc1": 76.92600248168945, "test_acc5": 93.18200250549316, "epoch": 153, "n_parameters": 10646096}
|
| 155 |
+
{"train_lr": 0.0004894516742563286, "train_loss": 2.4434962443351744, "test_loss": 0.9127137669745613, "test_acc1": 76.91200278625489, "test_acc5": 93.38200254455566, "epoch": 154, "n_parameters": 10646096}
|
| 156 |
+
{"train_lr": 0.0004842715514040478, "train_loss": 2.434957427740097, "test_loss": 0.9126203938880387, "test_acc1": 77.1840023864746, "test_acc5": 93.41600254180908, "epoch": 155, "n_parameters": 10646096}
|
| 157 |
+
{"train_lr": 0.0004790937016597394, "train_loss": 2.4327221111059187, "test_loss": 0.9178203979835791, "test_acc1": 76.84600241882325, "test_acc5": 93.28800256958007, "epoch": 156, "n_parameters": 10646096}
|
| 158 |
+
{"train_lr": 0.00047391869283299284, "train_loss": 2.4446456755399706, "test_loss": 0.903373710153734, "test_acc1": 77.10600232971191, "test_acc5": 93.55800261383057, "epoch": 157, "n_parameters": 10646096}
|
| 159 |
+
{"train_lr": 0.00046874709242182143, "train_loss": 2.4344743188619615, "test_loss": 0.9148644999984432, "test_acc1": 76.95600268005371, "test_acc5": 93.41000258636474, "epoch": 158, "n_parameters": 10646096}
|
| 160 |
+
{"train_lr": 0.00046357946755049603, "train_loss": 2.4272430765628816, "test_loss": 0.9074885597562089, "test_acc1": 77.15000223388672, "test_acc5": 93.43400279846192, "epoch": 159, "n_parameters": 10646096}
|
| 161 |
+
{"train_lr": 0.0004584163849073405, "train_loss": 2.4279783645153046, "test_loss": 0.9084518490468755, "test_acc1": 77.09800282653809, "test_acc5": 93.44600240234375, "epoch": 160, "n_parameters": 10646096}
|
| 162 |
+
{"train_lr": 0.0004532584106825058, "train_loss": 2.4163257040262223, "test_loss": 0.9064606421572321, "test_acc1": 77.08600264068603, "test_acc5": 93.53800202331543, "epoch": 161, "n_parameters": 10646096}
|
| 163 |
+
{"train_lr": 0.0004481061105060292, "train_loss": 2.429838695526123, "test_loss": 0.9026442886713673, "test_acc1": 77.24600287231445, "test_acc5": 93.50800256500244, "epoch": 162, "n_parameters": 10646096}
|
| 164 |
+
{"train_lr": 0.0004429600493856733, "train_loss": 2.422573397874832, "test_loss": 0.9053889107616508, "test_acc1": 77.28400251678467, "test_acc5": 93.41800255065918, "epoch": 163, "n_parameters": 10646096}
|
| 165 |
+
{"train_lr": 0.00043782079164502406, "train_loss": 2.413831067109108, "test_loss": 0.9077676512739238, "test_acc1": 77.31200266052247, "test_acc5": 93.46400274597168, "epoch": 164, "n_parameters": 10646096}
|
| 166 |
+
{"train_lr": 0.0004326889008616026, "train_loss": 2.420676643872261, "test_loss": 0.9080373754396158, "test_acc1": 77.25200253082275, "test_acc5": 93.39600245819092, "epoch": 165, "n_parameters": 10646096}
|
| 167 |
+
{"train_lr": 0.0004275649398050844, "train_loss": 2.4127730717897413, "test_loss": 0.8969530338311896, "test_acc1": 77.39000220581055, "test_acc5": 93.57800233581543, "epoch": 166, "n_parameters": 10646096}
|
| 168 |
+
{"train_lr": 0.0004224494703755325, "train_loss": 2.413596533560753, "test_loss": 0.8943646968725849, "test_acc1": 77.44200265136719, "test_acc5": 93.5280025088501, "epoch": 167, "n_parameters": 10646096}
|
| 169 |
+
{"train_lr": 0.000417343053541802, "train_loss": 2.4066791806697845, "test_loss": 0.9084199577131692, "test_acc1": 77.10800269073486, "test_acc5": 93.37600245574951, "epoch": 168, "n_parameters": 10646096}
|
| 170 |
+
{"train_lr": 0.0004122462492800679, "train_loss": 2.404288290524483, "test_loss": 0.8888772048932665, "test_acc1": 77.6680024935913, "test_acc5": 93.63000272918701, "epoch": 169, "n_parameters": 10646096}
|
| 171 |
+
{"train_lr": 0.0004071596165123316, "train_loss": 2.398653990292549, "test_loss": 0.8893604872419554, "test_acc1": 77.63400248779297, "test_acc5": 93.61800226837158, "epoch": 170, "n_parameters": 10646096}
|
| 172 |
+
{"train_lr": 0.0004020837130452056, "train_loss": 2.3930194583654405, "test_loss": 0.8907662154558826, "test_acc1": 77.69000282043457, "test_acc5": 93.55000254455567, "epoch": 171, "n_parameters": 10646096}
|
| 173 |
+
{"train_lr": 0.00039701909550871056, "train_loss": 2.395076516294479, "test_loss": 0.8930885561687105, "test_acc1": 77.4400022692871, "test_acc5": 93.54400277923584, "epoch": 172, "n_parameters": 10646096}
|
| 174 |
+
{"train_lr": 0.0003919663192952232, "train_loss": 2.384859556221962, "test_loss": 0.9061548854498302, "test_acc1": 77.51200266296387, "test_acc5": 93.42600256317138, "epoch": 173, "n_parameters": 10646096}
|
| 175 |
+
{"train_lr": 0.0003869259384986001, "train_loss": 2.3904966045856475, "test_loss": 0.8924335445113042, "test_acc1": 77.57600274749755, "test_acc5": 93.61000259094239, "epoch": 174, "n_parameters": 10646096}
|
| 176 |
+
{"train_lr": 0.0003818985058534005, "train_loss": 2.3880819551467893, "test_loss": 0.8911649700911606, "test_acc1": 77.66800209106445, "test_acc5": 93.64000240722656, "epoch": 175, "n_parameters": 10646096}
|
| 177 |
+
{"train_lr": 0.0003768845726742562, "train_loss": 2.3811483525753023, "test_loss": 0.8833145852036336, "test_acc1": 77.71400243804932, "test_acc5": 93.70200245239258, "epoch": 176, "n_parameters": 10646096}
|
| 178 |
+
{"train_lr": 0.00037188468879544706, "train_loss": 2.3856774939775467, "test_loss": 0.8816295577322736, "test_acc1": 77.85200248443604, "test_acc5": 93.82400257049561, "epoch": 177, "n_parameters": 10646096}
|
| 179 |
+
{"train_lr": 0.00036689940251058385, "train_loss": 2.381776829481125, "test_loss": 0.8814537398078862, "test_acc1": 77.72600254089356, "test_acc5": 93.73400235198974, "epoch": 178, "n_parameters": 10646096}
|
| 180 |
+
{"train_lr": 0.000361929260512484, "train_loss": 2.3711474944829942, "test_loss": 0.874057141954408, "test_acc1": 77.98400255706787, "test_acc5": 93.79000270629882, "epoch": 179, "n_parameters": 10646096}
|
| 181 |
+
{"train_lr": 0.00035697480783323317, "train_loss": 2.3712222670316696, "test_loss": 0.8750055734725559, "test_acc1": 77.99200269317627, "test_acc5": 93.85400245300293, "epoch": 180, "n_parameters": 10646096}
|
| 182 |
+
{"train_lr": 0.00035203658778440396, "train_loss": 2.3674694953680038, "test_loss": 0.878398535444456, "test_acc1": 77.9960022946167, "test_acc5": 93.68200257507324, "epoch": 181, "n_parameters": 10646096}
|
| 183 |
+
{"train_lr": 0.00034711514189745326, "train_loss": 2.3644838854312895, "test_loss": 0.8818586319684982, "test_acc1": 77.87400255493164, "test_acc5": 93.73200290710449, "epoch": 182, "n_parameters": 10646096}
|
| 184 |
+
{"train_lr": 0.00034221100986439796, "train_loss": 2.3465805103302, "test_loss": 0.8827008613768745, "test_acc1": 77.75400257873535, "test_acc5": 93.75200243896484, "epoch": 183, "n_parameters": 10646096}
|
| 185 |
+
{"train_lr": 0.00033732472947858237, "train_loss": 2.3664376917123793, "test_loss": 0.8785852864384651, "test_acc1": 77.9840027407837, "test_acc5": 93.79000282958984, "epoch": 184, "n_parameters": 10646096}
|
| 186 |
+
{"train_lr": 0.0003324568365757046, "train_loss": 2.3480527092695236, "test_loss": 0.8673533821368918, "test_acc1": 78.18200281585693, "test_acc5": 93.87400249847413, "epoch": 185, "n_parameters": 10646096}
|
| 187 |
+
{"train_lr": 0.000327607864975073, "train_loss": 2.336976443529129, "test_loss": 0.8633186273715076, "test_acc1": 78.25000255371094, "test_acc5": 94.08200258636475, "epoch": 186, "n_parameters": 10646096}
|
| 188 |
+
{"train_lr": 0.00032277834642108243, "train_loss": 2.343171273970604, "test_loss": 0.8685157235492679, "test_acc1": 78.07200202545167, "test_acc5": 93.87800279876708, "epoch": 187, "n_parameters": 10646096}
|
| 189 |
+
{"train_lr": 0.00031796881052486263, "train_loss": 2.3410798539638518, "test_loss": 0.8704159167759559, "test_acc1": 78.07000300262452, "test_acc5": 93.79200283843994, "epoch": 188, "n_parameters": 10646096}
|
| 190 |
+
{"train_lr": 0.00031317978470621165, "train_loss": 2.339292519593239, "test_loss": 0.8706473545993075, "test_acc1": 78.02800259429932, "test_acc5": 93.84600250122071, "epoch": 189, "n_parameters": 10646096}
|
| 191 |
+
{"train_lr": 0.0003084117941357861, "train_loss": 2.3412848050832746, "test_loss": 0.8725763942827197, "test_acc1": 78.10200261322022, "test_acc5": 93.82000244171142, "epoch": 190, "n_parameters": 10646096}
|
| 192 |
+
{"train_lr": 0.0003036653616774761, "train_loss": 2.3335025314331053, "test_loss": 0.859344694763422, "test_acc1": 78.35600217559815, "test_acc5": 94.006002522583, "epoch": 191, "n_parameters": 10646096}
|
| 193 |
+
{"train_lr": 0.00029894100783110094, "train_loss": 2.332488826584816, "test_loss": 0.8721614589585978, "test_acc1": 78.18800243774415, "test_acc5": 93.8500024295044, "epoch": 192, "n_parameters": 10646096}
|
| 194 |
+
{"train_lr": 0.00029423925067528794, "train_loss": 2.323605736231804, "test_loss": 0.873322696370237, "test_acc1": 77.98600248535156, "test_acc5": 93.86200251434326, "epoch": 193, "n_parameters": 10646096}
|
| 195 |
+
{"train_lr": 0.0002895606058107008, "train_loss": 2.3250122608184816, "test_loss": 0.8561986752730959, "test_acc1": 78.39000261932372, "test_acc5": 93.99000251098633, "epoch": 194, "n_parameters": 10646096}
|
| 196 |
+
{"train_lr": 0.00028490558630345995, "train_loss": 2.3169330138206483, "test_loss": 0.8589797997299362, "test_acc1": 78.28000276641846, "test_acc5": 94.03200253936768, "epoch": 195, "n_parameters": 10646096}
|
| 197 |
+
{"train_lr": 0.00028027470262892434, "train_loss": 2.3157467353343963, "test_loss": 0.8583081154262319, "test_acc1": 78.45200269897461, "test_acc5": 94.0240026699829, "epoch": 196, "n_parameters": 10646096}
|
| 198 |
+
{"train_lr": 0.00027566846261567224, "train_loss": 2.312871883702278, "test_loss": 0.852879588437431, "test_acc1": 78.43800281127929, "test_acc5": 94.07600256439208, "epoch": 197, "n_parameters": 10646096}
|
| 199 |
+
{"train_lr": 0.00027108737138981873, "train_loss": 2.3151807074308395, "test_loss": 0.861253963673816, "test_acc1": 78.12600240722657, "test_acc5": 93.94800283447266, "epoch": 198, "n_parameters": 10646096}
|
| 200 |
+
{"train_lr": 0.0002665319313196488, "train_loss": 2.313992202925682, "test_loss": 0.8534227184513036, "test_acc1": 78.59200223876954, "test_acc5": 94.12200265655518, "epoch": 199, "n_parameters": 10646096}
|
| 201 |
+
{"train_lr": 0.0002620026419605044, "train_loss": 2.3225696191310883, "test_loss": 0.8472103840287994, "test_acc1": 78.69400259033203, "test_acc5": 94.21800248077392, "epoch": 200, "n_parameters": 10646096}
|
| 202 |
+
{"train_lr": 0.0002574999999999965, "train_loss": 2.3106622590065005, "test_loss": 0.8459146802916246, "test_acc1": 78.65600220611572, "test_acc5": 94.12800252532959, "epoch": 201, "n_parameters": 10646096}
|
| 203 |
+
{"train_lr": 0.00025302449920356636, "train_loss": 2.306495199370384, "test_loss": 0.8418188671417096, "test_acc1": 78.71400241516113, "test_acc5": 94.15000256683349, "epoch": 202, "n_parameters": 10646096}
|
| 204 |
+
{"train_lr": 0.0002485766303603006, "train_loss": 2.30985232694149, "test_loss": 0.8449956294806564, "test_acc1": 78.76000252563476, "test_acc5": 94.20800270385742, "epoch": 203, "n_parameters": 10646096}
|
| 205 |
+
{"train_lr": 0.00024415688122914276, "train_loss": 2.2919933167219164, "test_loss": 0.8425869431127521, "test_acc1": 78.62000252075195, "test_acc5": 94.26400238311767, "epoch": 204, "n_parameters": 10646096}
|
| 206 |
+
{"train_lr": 0.0002397657364854005, "train_loss": 2.281644077515602, "test_loss": 0.8432837060707457, "test_acc1": 78.57400261444091, "test_acc5": 94.24000239715576, "epoch": 205, "n_parameters": 10646096}
|
| 207 |
+
{"train_lr": 0.0002354036776675589, "train_loss": 2.2956553616046906, "test_loss": 0.8405063095338204, "test_acc1": 78.92200237823486, "test_acc5": 94.17000258392333, "epoch": 206, "n_parameters": 10646096}
|
| 208 |
+
{"train_lr": 0.00023107118312454324, "train_loss": 2.2831523320198057, "test_loss": 0.8421529489843285, "test_acc1": 78.80800261260987, "test_acc5": 94.16400235748291, "epoch": 207, "n_parameters": 10646096}
|
| 209 |
+
{"train_lr": 0.00022676872796319585, "train_loss": 2.2891091928958893, "test_loss": 0.8385404052541536, "test_acc1": 78.89000233703614, "test_acc5": 94.1840026651001, "epoch": 208, "n_parameters": 10646096}
|
| 210 |
+
{"train_lr": 0.0002224967839962059, "train_loss": 2.2753490072965623, "test_loss": 0.8388423652333372, "test_acc1": 78.88600254608154, "test_acc5": 94.26000250701904, "epoch": 209, "n_parameters": 10646096}
|
| 211 |
+
{"train_lr": 0.00021825581969037234, "train_loss": 2.2767488163232805, "test_loss": 0.8319737341474084, "test_acc1": 79.06600239227295, "test_acc5": 94.2380023501587, "epoch": 210, "n_parameters": 10646096}
|
| 212 |
+
{"train_lr": 0.00021404630011522384, "train_loss": 2.2659629306554794, "test_loss": 0.8353500423185966, "test_acc1": 78.89200266326904, "test_acc5": 94.23200245544433, "epoch": 211, "n_parameters": 10646096}
|
| 213 |
+
{"train_lr": 0.00020986868689201822, "train_loss": 2.2741383497953414, "test_loss": 0.8359225381384877, "test_acc1": 78.78800283569336, "test_acc5": 94.20800237426758, "epoch": 212, "n_parameters": 10646096}
|
| 214 |
+
{"train_lr": 0.00020572343814312394, "train_loss": 2.267555665373802, "test_loss": 0.8354515626150019, "test_acc1": 78.86000251861573, "test_acc5": 94.26200268157959, "epoch": 213, "n_parameters": 10646096}
|
| 215 |
+
{"train_lr": 0.00020161100844177845, "train_loss": 2.2583529386758805, "test_loss": 0.8346588745274964, "test_acc1": 78.9040026123047, "test_acc5": 94.2960028100586, "epoch": 214, "n_parameters": 10646096}
|
| 216 |
+
{"train_lr": 0.0001975318487622385, "train_loss": 2.2653433583021165, "test_loss": 0.8293701636002344, "test_acc1": 78.91800291473389, "test_acc5": 94.29800295440674, "epoch": 215, "n_parameters": 10646096}
|
| 217 |
+
{"train_lr": 0.0001934864064303293, "train_loss": 2.2522440796375274, "test_loss": 0.8273929344380603, "test_acc1": 79.00000251739502, "test_acc5": 94.41800233795166, "epoch": 216, "n_parameters": 10646096}
|
| 218 |
+
{"train_lr": 0.00018947512507440066, "train_loss": 2.259769372487068, "test_loss": 0.8233320237520863, "test_acc1": 79.13600245635986, "test_acc5": 94.4160022970581, "epoch": 217, "n_parameters": 10646096}
|
| 219 |
+
{"train_lr": 0.00018549844457664536, "train_loss": 2.250906122493744, "test_loss": 0.83101172197391, "test_acc1": 79.08800258148193, "test_acc5": 94.35200233001709, "epoch": 218, "n_parameters": 10646096}
|
| 220 |
+
{"train_lr": 0.0001815568010248985, "train_loss": 2.239908318543434, "test_loss": 0.8255689816878122, "test_acc1": 79.15600277404785, "test_acc5": 94.43200219329835, "epoch": 219, "n_parameters": 10646096}
|
| 221 |
+
{"train_lr": 0.0001776506266647912, "train_loss": 2.2554804042577743, "test_loss": 0.8236155106740839, "test_acc1": 79.25600261627197, "test_acc5": 94.43800272064209, "epoch": 220, "n_parameters": 10646096}
|
| 222 |
+
{"train_lr": 0.00017378034985236684, "train_loss": 2.2311020384311675, "test_loss": 0.828280100489364, "test_acc1": 79.25200250183106, "test_acc5": 94.4080025894165, "epoch": 221, "n_parameters": 10646096}
|
| 223 |
+
{"train_lr": 0.00016994639500708363, "train_loss": 2.246399577903748, "test_loss": 0.8193233035066548, "test_acc1": 79.26600254089355, "test_acc5": 94.44400245605469, "epoch": 222, "n_parameters": 10646096}
|
| 224 |
+
{"train_lr": 0.00016614918256530024, "train_loss": 2.2381213442087176, "test_loss": 0.8230779786758563, "test_acc1": 79.38200249084473, "test_acc5": 94.48600264587402, "epoch": 223, "n_parameters": 10646096}
|
| 225 |
+
{"train_lr": 0.0001623891289341499, "train_loss": 2.235505603671074, "test_loss": 0.8199236671275952, "test_acc1": 79.36600236816406, "test_acc5": 94.52200217712402, "epoch": 224, "n_parameters": 10646096}
|
| 226 |
+
{"train_lr": 0.0001586666464458846, "train_loss": 2.244770840215683, "test_loss": 0.819481327691499, "test_acc1": 79.3740025201416, "test_acc5": 94.47000286682129, "epoch": 225, "n_parameters": 10646096}
|
| 227 |
+
{"train_lr": 0.00015498214331266083, "train_loss": 2.230403339290619, "test_loss": 0.8154071356882068, "test_acc1": 79.47400269165038, "test_acc5": 94.55200251464844, "epoch": 226, "n_parameters": 10646096}
|
| 228 |
+
{"train_lr": 0.00015133602358176324, "train_loss": 2.221383535337448, "test_loss": 0.8162459954619408, "test_acc1": 79.39000262512207, "test_acc5": 94.54600255889892, "epoch": 227, "n_parameters": 10646096}
|
| 229 |
+
{"train_lr": 0.00014772868709131298, "train_loss": 2.2226596567392347, "test_loss": 0.8123038608361693, "test_acc1": 79.48400250701904, "test_acc5": 94.6100023361206, "epoch": 228, "n_parameters": 10646096}
|
| 230 |
+
{"train_lr": 0.00014416052942640043, "train_loss": 2.220773014140129, "test_loss": 0.8123208475025261, "test_acc1": 79.50200250518799, "test_acc5": 94.57800235565186, "epoch": 229, "n_parameters": 10646096}
|
| 231 |
+
{"train_lr": 0.00014063194187573225, "train_loss": 2.2052780406236647, "test_loss": 0.8143506111467586, "test_acc1": 79.47200242614745, "test_acc5": 94.5540026022339, "epoch": 230, "n_parameters": 10646096}
|
| 232 |
+
{"train_lr": 0.00013714331138868906, "train_loss": 2.2058266028404234, "test_loss": 0.8077133578412673, "test_acc1": 79.70200233398438, "test_acc5": 94.66400251983643, "epoch": 231, "n_parameters": 10646096}
|
| 233 |
+
{"train_lr": 0.0001336950205329244, "train_loss": 2.217957339286804, "test_loss": 0.8073683690060588, "test_acc1": 79.70400232666016, "test_acc5": 94.65200284118653, "epoch": 232, "n_parameters": 10646096}
|
| 234 |
+
{"train_lr": 0.0001302874474523821, "train_loss": 2.21302218170166, "test_loss": 0.8028771688832956, "test_acc1": 79.84400235137939, "test_acc5": 94.71000270721436, "epoch": 233, "n_parameters": 10646096}
|
| 235 |
+
{"train_lr": 0.0001269209658258524, "train_loss": 2.1991132395267488, "test_loss": 0.8083770290455398, "test_acc1": 79.69800245208741, "test_acc5": 94.59000281829834, "epoch": 234, "n_parameters": 10646096}
|
| 236 |
+
{"train_lr": 0.0001235959448259852, "train_loss": 2.2145202488422395, "test_loss": 0.8076201913987889, "test_acc1": 79.79200279449464, "test_acc5": 94.60400262908935, "epoch": 235, "n_parameters": 10646096}
|
| 237 |
+
{"train_lr": 0.00012031274907879779, "train_loss": 2.1965845343112944, "test_loss": 0.8089933266096255, "test_acc1": 79.73800260681152, "test_acc5": 94.60800254760743, "epoch": 236, "n_parameters": 10646096}
|
| 238 |
+
{"train_lr": 0.00011707173862370935, "train_loss": 2.196362294244766, "test_loss": 0.8018000049187857, "test_acc1": 79.78400265228271, "test_acc5": 94.7400029071045, "epoch": 237, "n_parameters": 10646096}
|
| 239 |
+
{"train_lr": 0.00011387326887403428, "train_loss": 2.1875893696069717, "test_loss": 0.8018015329452122, "test_acc1": 79.80600246612549, "test_acc5": 94.67200244384766, "epoch": 238, "n_parameters": 10646096}
|
| 240 |
+
{"train_lr": 0.00011071769057802195, "train_loss": 2.1988415571689606, "test_loss": 0.8016506556202384, "test_acc1": 79.76400240722656, "test_acc5": 94.65800278259277, "epoch": 239, "n_parameters": 10646096}
|
| 241 |
+
{"train_lr": 0.00010760534978039713, "train_loss": 2.1891282593011856, "test_loss": 0.8008179704056066, "test_acc1": 79.84800242370605, "test_acc5": 94.71800273223877, "epoch": 240, "n_parameters": 10646096}
|
| 242 |
+
{"train_lr": 0.00010453658778440049, "train_loss": 2.1843090913057326, "test_loss": 0.7990073818056023, "test_acc1": 79.80400256652833, "test_acc5": 94.82400305877685, "epoch": 241, "n_parameters": 10646096}
|
| 243 |
+
{"train_lr": 0.00010151174111436452, "train_loss": 2.1896448385000227, "test_loss": 0.7981353023034685, "test_acc1": 79.90200247406005, "test_acc5": 94.75000258117676, "epoch": 242, "n_parameters": 10646096}
|
| 244 |
+
{"train_lr": 9.853114147881535e-05, "train_loss": 2.1761737869262694, "test_loss": 0.797471852206132, "test_acc1": 79.90400275573731, "test_acc5": 94.76000239471435, "epoch": 243, "n_parameters": 10646096}
|
| 245 |
+
{"train_lr": 9.559511573409251e-05, "train_loss": 2.1905069665431975, "test_loss": 0.7953809578629101, "test_acc1": 79.98200244659424, "test_acc5": 94.7440026965332, "epoch": 244, "n_parameters": 10646096}
|
| 246 |
+
{"train_lr": 9.270398584849995e-05, "train_loss": 2.1807452577829363, "test_loss": 0.7951803253415752, "test_acc1": 79.97800272003174, "test_acc5": 94.8220026965332, "epoch": 245, "n_parameters": 10646096}
|
| 247 |
+
{"train_lr": 8.985806886701458e-05, "train_loss": 2.1790898582935334, "test_loss": 0.7948345675626222, "test_acc1": 80.0700022177124, "test_acc5": 94.80400263183594, "epoch": 246, "n_parameters": 10646096}
|
| 248 |
+
{"train_lr": 8.70576768765023e-05, "train_loss": 2.16500307598114, "test_loss": 0.7896604489754228, "test_acc1": 80.07400265716552, "test_acc5": 94.82400281646729, "epoch": 247, "n_parameters": 10646096}
|
| 249 |
+
{"train_lr": 8.430311697150275e-05, "train_loss": 2.173623296546936, "test_loss": 0.7919920384883881, "test_acc1": 80.00000258575439, "test_acc5": 94.79600250579834, "epoch": 248, "n_parameters": 10646096}
|
| 250 |
+
{"train_lr": 8.159469122054992e-05, "train_loss": 2.1698371165513994, "test_loss": 0.7960170053822153, "test_acc1": 79.95400263305665, "test_acc5": 94.80600270721436, "epoch": 249, "n_parameters": 10646096}
|
| 251 |
+
{"train_lr": 7.893269663304716e-05, "train_loss": 2.1648324827194214, "test_loss": 0.790549860061968, "test_acc1": 80.04800239593506, "test_acc5": 94.84600242767334, "epoch": 250, "n_parameters": 10646096}
|
| 252 |
+
{"train_lr": 7.63174251267036e-05, "train_loss": 2.1618773522138595, "test_loss": 0.7886784227893633, "test_acc1": 79.96800243743897, "test_acc5": 94.89000234954834, "epoch": 251, "n_parameters": 10646096}
|
| 253 |
+
{"train_lr": 7.374916349550664e-05, "train_loss": 2.1552801808834077, "test_loss": 0.7873545293422306, "test_acc1": 80.14800259918213, "test_acc5": 94.90600257324219, "epoch": 252, "n_parameters": 10646096}
|
| 254 |
+
{"train_lr": 7.122819337828713e-05, "train_loss": 2.165081549668312, "test_loss": 0.7857264135690296, "test_acc1": 80.20600291809082, "test_acc5": 94.93000275512695, "epoch": 253, "n_parameters": 10646096}
|
| 255 |
+
{"train_lr": 6.875479122782986e-05, "train_loss": 2.152611731815338, "test_loss": 0.7907332105233389, "test_acc1": 80.1540030255127, "test_acc5": 94.79600254211425, "epoch": 254, "n_parameters": 10646096}
|
| 256 |
+
{"train_lr": 6.632922828054899e-05, "train_loss": 2.1491295464515687, "test_loss": 0.7877920883543351, "test_acc1": 80.10200239776611, "test_acc5": 94.8620027178955, "epoch": 255, "n_parameters": 10646096}
|
| 257 |
+
{"train_lr": 6.395177052675797e-05, "train_loss": 2.15023822350502, "test_loss": 0.7840928542701637, "test_acc1": 80.27600247680664, "test_acc5": 94.89800259887696, "epoch": 256, "n_parameters": 10646096}
|
| 258 |
+
{"train_lr": 6.162267868149037e-05, "train_loss": 2.156414830946922, "test_loss": 0.7852522362680996, "test_acc1": 80.22400280273438, "test_acc5": 94.9500025253296, "epoch": 257, "n_parameters": 10646096}
|
| 259 |
+
{"train_lr": 5.934220815591366e-05, "train_loss": 2.1472730253219603, "test_loss": 0.7858503276810926, "test_acc1": 80.20000260284424, "test_acc5": 94.94200245605468, "epoch": 258, "n_parameters": 10646096}
|
| 260 |
+
{"train_lr": 5.711060902931976e-05, "train_loss": 2.144963952469826, "test_loss": 0.7834026714896455, "test_acc1": 80.25400240081787, "test_acc5": 94.94000202087402, "epoch": 259, "n_parameters": 10646096}
|
| 261 |
+
{"train_lr": 5.492812602170193e-05, "train_loss": 2.1530086475133894, "test_loss": 0.7868852939675836, "test_acc1": 80.30800259674072, "test_acc5": 94.90800256774902, "epoch": 260, "n_parameters": 10646096}
|
| 262 |
+
{"train_lr": 5.279499846691249e-05, "train_loss": 2.1455472353935243, "test_loss": 0.7821476654533077, "test_acc1": 80.41600246734619, "test_acc5": 94.9520021887207, "epoch": 261, "n_parameters": 10646096}
|
| 263 |
+
{"train_lr": 5.071146028642909e-05, "train_loss": 2.151273966264725, "test_loss": 0.7818593834252918, "test_acc1": 80.48000256591797, "test_acc5": 94.91600252807618, "epoch": 262, "n_parameters": 10646096}
|
| 264 |
+
{"train_lr": 4.8677739963691654e-05, "train_loss": 2.1485496109485624, "test_loss": 0.7800270781359252, "test_acc1": 80.4400024206543, "test_acc5": 95.00800251464844, "epoch": 263, "n_parameters": 10646096}
|
| 265 |
+
{"train_lr": 4.669406051905222e-05, "train_loss": 2.1433988716125487, "test_loss": 0.7792537777739412, "test_acc1": 80.3100021810913, "test_acc5": 95.01600260620117, "epoch": 264, "n_parameters": 10646096}
|
| 266 |
+
{"train_lr": 4.476063948531594e-05, "train_loss": 2.1377230966567993, "test_loss": 0.7791908045901972, "test_acc1": 80.41400248687744, "test_acc5": 94.9800028527832, "epoch": 265, "n_parameters": 10646096}
|
| 267 |
+
{"train_lr": 4.2877688883884916e-05, "train_loss": 2.135112378191948, "test_loss": 0.7803706162992645, "test_acc1": 80.41000247161865, "test_acc5": 94.97600273834229, "epoch": 266, "n_parameters": 10646096}
|
| 268 |
+
{"train_lr": 4.104541520151309e-05, "train_loss": 2.1330696527719497, "test_loss": 0.779624334153007, "test_acc1": 80.44200249023437, "test_acc5": 95.0660025643921, "epoch": 267, "n_parameters": 10646096}
|
| 269 |
+
{"train_lr": 3.9264019367658284e-05, "train_loss": 2.122928258252144, "test_loss": 0.7780430923928233, "test_acc1": 80.40000254699707, "test_acc5": 95.02800291320801, "epoch": 268, "n_parameters": 10646096}
|
| 270 |
+
{"train_lr": 3.753369673244649e-05, "train_loss": 2.1304486777305605, "test_loss": 0.7779593117096845, "test_acc1": 80.33200274414062, "test_acc5": 95.04000237792968, "epoch": 269, "n_parameters": 10646096}
|
| 271 |
+
{"train_lr": 3.5854637045255176e-05, "train_loss": 2.125465655136108, "test_loss": 0.7762582339346409, "test_acc1": 80.48400271636963, "test_acc5": 95.03800238922119, "epoch": 270, "n_parameters": 10646096}
|
| 272 |
+
{"train_lr": 3.422702443389936e-05, "train_loss": 2.1218641527175905, "test_loss": 0.7769995553090292, "test_acc1": 80.38600223083496, "test_acc5": 94.98600250915527, "epoch": 271, "n_parameters": 10646096}
|
| 273 |
+
{"train_lr": 3.265103738444311e-05, "train_loss": 2.124707907867432, "test_loss": 0.7756942569771234, "test_acc1": 80.45400246002197, "test_acc5": 95.0260024053955, "epoch": 272, "n_parameters": 10646096}
|
| 274 |
+
{"train_lr": 3.1126848721626995e-05, "train_loss": 2.132463267183304, "test_loss": 0.7748753807562239, "test_acc1": 80.45600243255615, "test_acc5": 95.06600235839844, "epoch": 273, "n_parameters": 10646096}
|
| 275 |
+
{"train_lr": 2.9654625589913407e-05, "train_loss": 2.1256393566608427, "test_loss": 0.774224512059899, "test_acc1": 80.52000257110596, "test_acc5": 95.01800289367675, "epoch": 274, "n_parameters": 10646096}
|
| 276 |
+
{"train_lr": 2.8234529435159356e-05, "train_loss": 2.1206177608966827, "test_loss": 0.7734446036903297, "test_acc1": 80.59200277313232, "test_acc5": 95.10800259277343, "epoch": 275, "n_parameters": 10646096}
|
| 277 |
+
{"train_lr": 2.6866715986910995e-05, "train_loss": 2.1246109951734544, "test_loss": 0.7737991658642012, "test_acc1": 80.65000261871337, "test_acc5": 95.09000245941162, "epoch": 276, "n_parameters": 10646096}
|
| 278 |
+
{"train_lr": 2.5551335241327784e-05, "train_loss": 2.1175885678052904, "test_loss": 0.7741862688870991, "test_acc1": 80.58200261016846, "test_acc5": 95.05800263244629, "epoch": 277, "n_parameters": 10646096}
|
| 279 |
+
{"train_lr": 2.4288531444730574e-05, "train_loss": 2.1183123564720154, "test_loss": 0.7718333444174599, "test_acc1": 80.59000244293213, "test_acc5": 95.08800233947754, "epoch": 278, "n_parameters": 10646096}
|
| 280 |
+
{"train_lr": 2.3078443077785567e-05, "train_loss": 2.1131345041513443, "test_loss": 0.772951686206986, "test_acc1": 80.60400275268555, "test_acc5": 95.05800247894287, "epoch": 279, "n_parameters": 10646096}
|
| 281 |
+
{"train_lr": 2.1921202840320236e-05, "train_loss": 2.110065382838249, "test_loss": 0.7729443103513297, "test_acc1": 80.59400248474121, "test_acc5": 95.09000262908935, "epoch": 280, "n_parameters": 10646096}
|
| 282 |
+
{"train_lr": 2.0816937636766334e-05, "train_loss": 2.1155525450468065, "test_loss": 0.7708100444253754, "test_acc1": 80.59400219818116, "test_acc5": 95.08800257385253, "epoch": 281, "n_parameters": 10646096}
|
| 283 |
+
{"train_lr": 1.9765768562247838e-05, "train_loss": 2.112240308499336, "test_loss": 0.770571964847691, "test_acc1": 80.63800273620606, "test_acc5": 95.12400268310547, "epoch": 282, "n_parameters": 10646096}
|
| 284 |
+
{"train_lr": 1.87678108892994e-05, "train_loss": 2.108698959374428, "test_loss": 0.7699872424059054, "test_acc1": 80.68800204162598, "test_acc5": 95.11000252685547, "epoch": 283, "n_parameters": 10646096}
|
| 285 |
+
{"train_lr": 1.782317405522524e-05, "train_loss": 2.1114788091897965, "test_loss": 0.7708194900084945, "test_acc1": 80.6580026135254, "test_acc5": 95.10400273895263, "epoch": 284, "n_parameters": 10646096}
|
| 286 |
+
{"train_lr": 1.6931961650099976e-05, "train_loss": 2.1054231006860733, "test_loss": 0.7693610228598118, "test_acc1": 80.66200258850098, "test_acc5": 95.1220025491333, "epoch": 285, "n_parameters": 10646096}
|
| 287 |
+
{"train_lr": 1.6094271405406848e-05, "train_loss": 2.1135519174098967, "test_loss": 0.7689641488387304, "test_acc1": 80.66800237670898, "test_acc5": 95.07600235565185, "epoch": 286, "n_parameters": 10646096}
|
| 288 |
+
{"train_lr": 1.531019518332075e-05, "train_loss": 2.1108933666467666, "test_loss": 0.7701401563689989, "test_acc1": 80.67200250732422, "test_acc5": 95.14000235290527, "epoch": 287, "n_parameters": 10646096}
|
| 289 |
+
{"train_lr": 1.4579818966635463e-05, "train_loss": 2.113594836306572, "test_loss": 0.7682099265649038, "test_acc1": 80.69200269378662, "test_acc5": 95.14200274169922, "epoch": 288, "n_parameters": 10646096}
|
| 290 |
+
{"train_lr": 1.3903222849333597e-05, "train_loss": 2.113061693096161, "test_loss": 0.768384491038673, "test_acc1": 80.69800243530274, "test_acc5": 95.0840026574707, "epoch": 289, "n_parameters": 10646096}
|
| 291 |
+
{"train_lr": 1.3280481027803639e-05, "train_loss": 2.0993146665334703, "test_loss": 0.7680343676577596, "test_acc1": 80.70600285614013, "test_acc5": 95.08200279418945, "epoch": 290, "n_parameters": 10646096}
|
| 292 |
+
{"train_lr": 1.2711661792704507e-05, "train_loss": 2.1046490606069566, "test_loss": 0.7674614592071842, "test_acc1": 80.70000263763427, "test_acc5": 95.10200257659912, "epoch": 291, "n_parameters": 10646096}
|
| 293 |
+
{"train_lr": 1.2196827521475526e-05, "train_loss": 2.099618118977547, "test_loss": 0.7687644642942092, "test_acc1": 80.70600265808106, "test_acc5": 95.12600259277343, "epoch": 292, "n_parameters": 10646096}
|
| 294 |
+
{"train_lr": 1.173603467149552e-05, "train_loss": 2.111712830042839, "test_loss": 0.768613454173593, "test_acc1": 80.6420026083374, "test_acc5": 95.09400252349853, "epoch": 293, "n_parameters": 10646096}
|
| 295 |
+
{"train_lr": 1.1329333773893148e-05, "train_loss": 2.103500429224968, "test_loss": 0.7679746243007043, "test_acc1": 80.66400235687256, "test_acc5": 95.12600262115478, "epoch": 294, "n_parameters": 10646096}
|
| 296 |
+
{"train_lr": 1.0976769428005697e-05, "train_loss": 2.096151308274269, "test_loss": 0.767729632118169, "test_acc1": 80.62800278320313, "test_acc5": 95.11400218261718, "epoch": 295, "n_parameters": 10646096}
|
| 297 |
+
{"train_lr": 1.0678380296486024e-05, "train_loss": 2.107295575594902, "test_loss": 0.7671388387680054, "test_acc1": 80.73200260803223, "test_acc5": 95.14000249847412, "epoch": 296, "n_parameters": 10646096}
|
| 298 |
+
{"train_lr": 1.043419910106501e-05, "train_loss": 2.1200818711042406, "test_loss": 0.7682056987986845, "test_acc1": 80.6860024935913, "test_acc5": 95.1220023147583, "epoch": 297, "n_parameters": 10646096}
|
| 299 |
+
{"train_lr": 1.0244252618962809e-05, "train_loss": 2.1129929483652115, "test_loss": 0.7671238587183111, "test_acc1": 80.70000251251221, "test_acc5": 95.1160024621582, "epoch": 298, "n_parameters": 10646096}
|
| 300 |
+
{"train_lr": 1.0108561679951607e-05, "train_loss": 2.1070989530086517, "test_loss": 0.7672357942689868, "test_acc1": 80.67800236755372, "test_acc5": 95.12000257659912, "epoch": 299, "n_parameters": 10646096}
|
pth/geovig_s_5e4_8G_300_77_48/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67261b3d244dab79bde97f9ff124314db500559cbfb7a716add5af5b7ed3de13
|
| 3 |
+
size 84747998
|
pth/geovig_s_5e4_8G_300_77_48/log.txt
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 7.0397017052650455, "test_loss": 6.935988987193388, "test_acc1": 0.14800000881671904, "test_acc5": 0.594000027179718, "epoch": 0, "n_parameters": 5261424}
|
| 2 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 6.995118758487702, "test_loss": 6.905758314272937, "test_acc1": 0.21600001373291017, "test_acc5": 0.8540000315904618, "epoch": 1, "n_parameters": 5261424}
|
| 3 |
+
{"train_lr": 5.095000000000035e-05, "train_loss": 6.8240845638275145, "test_loss": 6.483375619439518, "test_acc1": 1.2720000464630128, "test_acc5": 4.5000001305389405, "epoch": 2, "n_parameters": 5261424}
|
| 4 |
+
{"train_lr": 0.00010090000000000065, "train_loss": 6.562225240802765, "test_loss": 5.966786132139318, "test_acc1": 3.222000083503723, "test_acc5": 10.362000317459106, "epoch": 3, "n_parameters": 5261424}
|
| 5 |
+
{"train_lr": 0.0001508499999999984, "train_loss": 6.289013112449646, "test_loss": 5.442811264711268, "test_acc1": 6.272000174636841, "test_acc5": 18.112000623168946, "epoch": 4, "n_parameters": 5261424}
|
| 6 |
+
{"train_lr": 0.0002008000000000008, "train_loss": 6.013047549057007, "test_loss": 4.944553999339833, "test_acc1": 11.110000348510741, "test_acc5": 27.870000670776367, "epoch": 5, "n_parameters": 5261424}
|
| 7 |
+
{"train_lr": 0.0002507499999999967, "train_loss": 5.7268099138259885, "test_loss": 4.427219049018972, "test_acc1": 16.32200046447754, "test_acc5": 36.684001165466306, "epoch": 6, "n_parameters": 5261424}
|
| 8 |
+
{"train_lr": 0.0003006999999999963, "train_loss": 5.466209284210205, "test_loss": 4.035772348151488, "test_acc1": 21.198000627593995, "test_acc5": 43.90800116104126, "epoch": 7, "n_parameters": 5261424}
|
| 9 |
+
{"train_lr": 0.000350650000000002, "train_loss": 5.2243932753562925, "test_loss": 3.5673680638565735, "test_acc1": 27.758000787200928, "test_acc5": 52.40000127075195, "epoch": 8, "n_parameters": 5261424}
|
| 10 |
+
{"train_lr": 0.00040060000000000085, "train_loss": 4.989923155307769, "test_loss": 3.274364865878049, "test_acc1": 31.612001033172607, "test_acc5": 57.24600170379639, "epoch": 9, "n_parameters": 5261424}
|
| 11 |
+
{"train_lr": 0.00045054999999999553, "train_loss": 4.81015064959526, "test_loss": 3.015012825236601, "test_acc1": 36.05000109695435, "test_acc5": 61.964001873779296, "epoch": 10, "n_parameters": 5261424}
|
| 12 |
+
{"train_lr": 0.0005004999999999981, "train_loss": 4.631945839977265, "test_loss": 2.8396617130321613, "test_acc1": 38.64800100875855, "test_acc5": 64.94200212554932, "epoch": 11, "n_parameters": 5261424}
|
| 13 |
+
{"train_lr": 0.0005504499999999965, "train_loss": 4.491426861619949, "test_loss": 2.602206423002131, "test_acc1": 43.08800118682861, "test_acc5": 68.91600189453125, "epoch": 12, "n_parameters": 5261424}
|
| 14 |
+
{"train_lr": 0.0006004000000000008, "train_loss": 4.387136976337433, "test_loss": 2.4922447274712956, "test_acc1": 45.314001266479494, "test_acc5": 70.70000265716553, "epoch": 13, "n_parameters": 5261424}
|
| 15 |
+
{"train_lr": 0.0006503500000000058, "train_loss": 4.249198960828781, "test_loss": 2.3321753591299057, "test_acc1": 47.8280013659668, "test_acc5": 73.17600239501954, "epoch": 14, "n_parameters": 5261424}
|
| 16 |
+
{"train_lr": 0.000700299999999991, "train_loss": 4.172748953866958, "test_loss": 2.2802415060646393, "test_acc1": 48.95200114486694, "test_acc5": 73.9720024935913, "epoch": 15, "n_parameters": 5261424}
|
| 17 |
+
{"train_lr": 0.0007502500000000049, "train_loss": 4.085629440259933, "test_loss": 2.166200225844103, "test_acc1": 51.00200131378174, "test_acc5": 75.72600258544922, "epoch": 16, "n_parameters": 5261424}
|
| 18 |
+
{"train_lr": 0.0008001999999999869, "train_loss": 4.022697993135452, "test_loss": 2.104158128009123, "test_acc1": 52.012001382751464, "test_acc5": 76.49600259613037, "epoch": 17, "n_parameters": 5261424}
|
| 19 |
+
{"train_lr": 0.0008501499999999948, "train_loss": 3.9435475586414337, "test_loss": 2.0261238787104103, "test_acc1": 53.59000128601074, "test_acc5": 77.78200255645751, "epoch": 18, "n_parameters": 5261424}
|
| 20 |
+
{"train_lr": 0.0009000999999999993, "train_loss": 3.8902906845092775, "test_loss": 1.9897283613681793, "test_acc1": 54.17400140167236, "test_acc5": 78.43000259124756, "epoch": 19, "n_parameters": 5261424}
|
| 21 |
+
{"train_lr": 0.0009500499999999983, "train_loss": 3.84266515583992, "test_loss": 1.9078866405522121, "test_acc1": 55.67000136138916, "test_acc5": 79.65600234466552, "epoch": 20, "n_parameters": 5261424}
|
| 22 |
+
{"train_lr": 0.0009891830623632411, "train_loss": 3.7841873654842377, "test_loss": 1.8909992978853338, "test_acc1": 56.26600164001465, "test_acc5": 80.058002739563, "epoch": 21, "n_parameters": 5261424}
|
| 23 |
+
{"train_lr": 0.0009880787971596758, "train_loss": 3.742203544330597, "test_loss": 1.8272362583700348, "test_acc1": 57.306001503295896, "test_acc5": 80.59800251953125, "epoch": 22, "n_parameters": 5261424}
|
| 24 |
+
{"train_lr": 0.0009869215569222175, "train_loss": 3.683818355369568, "test_loss": 1.7564459679757847, "test_acc1": 58.64800172210693, "test_acc5": 81.87200257537842, "epoch": 23, "n_parameters": 5261424}
|
| 25 |
+
{"train_lr": 0.0009857114685552701, "train_loss": 3.6460389964580537, "test_loss": 1.7459870611920076, "test_acc1": 59.142001592712404, "test_acc5": 82.05600232208252, "epoch": 24, "n_parameters": 5261424}
|
| 26 |
+
{"train_lr": 0.0009844486647586658, "train_loss": 3.60312807970047, "test_loss": 1.7083107272491735, "test_acc1": 59.74400188201904, "test_acc5": 82.65000247619629, "epoch": 25, "n_parameters": 5261424}
|
| 27 |
+
{"train_lr": 0.0009831332840131042, "train_loss": 3.567341326904297, "test_loss": 1.676067484652295, "test_acc1": 60.56600159362793, "test_acc5": 83.27400257354736, "epoch": 26, "n_parameters": 5261424}
|
| 28 |
+
{"train_lr": 0.000981765470564835, "train_loss": 3.547792842578888, "test_loss": 1.6601022179512417, "test_acc1": 60.8440018182373, "test_acc5": 83.3440025265503, "epoch": 27, "n_parameters": 5261424}
|
| 29 |
+
{"train_lr": 0.0009803453744100866, "train_loss": 3.4881025949001314, "test_loss": 1.6327564321896608, "test_acc1": 61.102001463928225, "test_acc5": 83.8040027746582, "epoch": 28, "n_parameters": 5261424}
|
| 30 |
+
{"train_lr": 0.0009788731512783803, "train_loss": 3.454280123806, "test_loss": 1.5863449293024399, "test_acc1": 61.9720017602539, "test_acc5": 84.3020026208496, "epoch": 29, "n_parameters": 5261424}
|
| 31 |
+
{"train_lr": 0.000977348962615553, "train_loss": 3.4355871025085447, "test_loss": 1.5753277719897383, "test_acc1": 62.44400177124023, "test_acc5": 84.71200237731934, "epoch": 30, "n_parameters": 5261424}
|
| 32 |
+
{"train_lr": 0.0009757729755661009, "train_loss": 3.412924071407318, "test_loss": 1.5501064916743952, "test_acc1": 62.8460019543457, "test_acc5": 84.82800245697021, "epoch": 31, "n_parameters": 5261424}
|
| 33 |
+
{"train_lr": 0.0009741453629547407, "train_loss": 3.3977281341552734, "test_loss": 1.5566175124224495, "test_acc1": 62.75200193450928, "test_acc5": 85.11800256256103, "epoch": 32, "n_parameters": 5261424}
|
| 34 |
+
{"train_lr": 0.0009724663032675387, "train_loss": 3.372290055847168, "test_loss": 1.5246987158761305, "test_acc1": 63.63000195251465, "test_acc5": 85.45000254333496, "epoch": 33, "n_parameters": 5261424}
|
| 35 |
+
{"train_lr": 0.0009707359806323507, "train_loss": 3.359575504350662, "test_loss": 1.518098339000169, "test_acc1": 63.55000190002441, "test_acc5": 85.40400270507813, "epoch": 34, "n_parameters": 5261424}
|
| 36 |
+
{"train_lr": 0.0009689545847984982, "train_loss": 3.345779125356674, "test_loss": 1.4952700287103653, "test_acc1": 64.09600165771485, "test_acc5": 85.77000253936768, "epoch": 35, "n_parameters": 5261424}
|
| 37 |
+
{"train_lr": 0.0009671223111161096, "train_loss": 3.317798335695267, "test_loss": 1.462232821566217, "test_acc1": 64.63400202026367, "test_acc5": 86.1340029373169, "epoch": 36, "n_parameters": 5261424}
|
| 38 |
+
{"train_lr": 0.0009652393605146904, "train_loss": 3.301489863824844, "test_loss": 1.4616678685826414, "test_acc1": 64.99000181762695, "test_acc5": 86.35000258544922, "epoch": 37, "n_parameters": 5261424}
|
| 39 |
+
{"train_lr": 0.0009633059394809449, "train_loss": 3.2699426721572875, "test_loss": 1.4456175508744575, "test_acc1": 65.08000193481445, "test_acc5": 86.47600263763428, "epoch": 38, "n_parameters": 5261424}
|
| 40 |
+
{"train_lr": 0.0009613222600363117, "train_loss": 3.2722405534267427, "test_loss": 1.4504383995252497, "test_acc1": 65.33200186279296, "test_acc5": 86.41600276763916, "epoch": 39, "n_parameters": 5261424}
|
| 41 |
+
{"train_lr": 0.0009592885397135722, "train_loss": 3.2569316328048705, "test_loss": 1.4390601897064377, "test_acc1": 65.118001819458, "test_acc5": 86.64800250213624, "epoch": 40, "n_parameters": 5261424}
|
| 42 |
+
{"train_lr": 0.0009572050015330774, "train_loss": 3.264862987279892, "test_loss": 1.4402586668729782, "test_acc1": 65.27400213653564, "test_acc5": 86.37000260437011, "epoch": 41, "n_parameters": 5261424}
|
| 43 |
+
{"train_lr": 0.0009550718739782967, "train_loss": 3.230929486322403, "test_loss": 1.411598537774647, "test_acc1": 65.79400199584961, "test_acc5": 86.75000206970215, "epoch": 42, "n_parameters": 5261424}
|
| 44 |
+
{"train_lr": 0.0009528893909706769, "train_loss": 3.2166082466602326, "test_loss": 1.4190781791420544, "test_acc1": 65.88800204864502, "test_acc5": 86.84600237823486, "epoch": 43, "n_parameters": 5261424}
|
| 45 |
+
{"train_lr": 0.0009506577918441002, "train_loss": 3.2168934414386747, "test_loss": 1.3983280873473953, "test_acc1": 66.21000176910401, "test_acc5": 86.96000240692139, "epoch": 44, "n_parameters": 5261424}
|
| 46 |
+
{"train_lr": 0.0009483773213185096, "train_loss": 3.1931874153137207, "test_loss": 1.385664643610225, "test_acc1": 66.56800188690185, "test_acc5": 87.29200273132324, "epoch": 45, "n_parameters": 5261424}
|
| 47 |
+
{"train_lr": 0.0009460482294732399, "train_loss": 3.194648125553131, "test_loss": 1.363859524621683, "test_acc1": 66.9060020690918, "test_acc5": 87.45400227874755, "epoch": 46, "n_parameters": 5261424}
|
| 48 |
+
{"train_lr": 0.0009436707717194543, "train_loss": 3.174219697189331, "test_loss": 1.3732440971276338, "test_acc1": 66.75400185546874, "test_acc5": 87.37200271972657, "epoch": 47, "n_parameters": 5261424}
|
| 49 |
+
{"train_lr": 0.0009412452087721574, "train_loss": 3.1668449281692506, "test_loss": 1.3634318222894388, "test_acc1": 66.8980016659546, "test_acc5": 87.59000247406006, "epoch": 48, "n_parameters": 5261424}
|
| 50 |
+
{"train_lr": 0.0009387718066217177, "train_loss": 3.167829349088669, "test_loss": 1.3680987401920206, "test_acc1": 66.95600204284668, "test_acc5": 87.44600250213622, "epoch": 49, "n_parameters": 5261424}
|
| 51 |
+
{"train_lr": 0.0009362508365045016, "train_loss": 3.1544226475715638, "test_loss": 1.337930150768336, "test_acc1": 67.43800222351074, "test_acc5": 87.88600221435547, "epoch": 50, "n_parameters": 5261424}
|
| 52 |
+
{"train_lr": 0.0009336825748732965, "train_loss": 3.136616956663132, "test_loss": 1.3666155592483633, "test_acc1": 66.89400187957763, "test_acc5": 87.63000241241456, "epoch": 51, "n_parameters": 5261424}
|
| 53 |
+
{"train_lr": 0.0009310673033669582, "train_loss": 3.127282616662979, "test_loss": 1.3392500027137644, "test_acc1": 67.36400213806152, "test_acc5": 87.78600244110108, "epoch": 52, "n_parameters": 5261424}
|
| 54 |
+
{"train_lr": 0.0009284053087794583, "train_loss": 3.1155317023277282, "test_loss": 1.3197269430931877, "test_acc1": 67.84800213531494, "test_acc5": 88.22800282043457, "epoch": 53, "n_parameters": 5261424}
|
| 55 |
+
{"train_lr": 0.0009256968830284982, "train_loss": 3.1171010021209717, "test_loss": 1.3188568248468286, "test_acc1": 67.95600205627441, "test_acc5": 88.18800246307373, "epoch": 54, "n_parameters": 5261424}
|
| 56 |
+
{"train_lr": 0.0009229423231235073, "train_loss": 3.104122367310524, "test_loss": 1.317397485322812, "test_acc1": 67.81600205352782, "test_acc5": 88.24400270629883, "epoch": 55, "n_parameters": 5261424}
|
| 57 |
+
{"train_lr": 0.0009201419311329887, "train_loss": 3.0931010633468627, "test_loss": 1.316819404854494, "test_acc1": 67.81600192016602, "test_acc5": 88.25200234313965, "epoch": 56, "n_parameters": 5261424}
|
| 58 |
+
{"train_lr": 0.0009172960141515063, "train_loss": 3.0800698905944826, "test_loss": 1.3562291939468945, "test_acc1": 67.20400208221436, "test_acc5": 87.57400273956299, "epoch": 57, "n_parameters": 5261424}
|
| 59 |
+
{"train_lr": 0.0009144048842659087, "train_loss": 3.082712957048416, "test_loss": 1.303165322279229, "test_acc1": 68.05000233276367, "test_acc5": 88.29400260864257, "epoch": 58, "n_parameters": 5261424}
|
| 60 |
+
{"train_lr": 0.0009114688585211854, "train_loss": 3.0805890722751617, "test_loss": 1.3143428498331238, "test_acc1": 68.11600202331543, "test_acc5": 88.25400244689942, "epoch": 59, "n_parameters": 5261424}
|
| 61 |
+
{"train_lr": 0.0009084882588856362, "train_loss": 3.077685848379135, "test_loss": 1.3099179210908272, "test_acc1": 68.22600212799072, "test_acc5": 88.3960023739624, "epoch": 60, "n_parameters": 5261424}
|
| 62 |
+
{"train_lr": 0.000905463412215599, "train_loss": 3.071543820095062, "test_loss": 1.2981983125209808, "test_acc1": 68.31600238616943, "test_acc5": 88.35200247406006, "epoch": 61, "n_parameters": 5261424}
|
| 63 |
+
{"train_lr": 0.0009023946502196104, "train_loss": 3.043063172483444, "test_loss": 1.2965842161108465, "test_acc1": 68.01400230133056, "test_acc5": 88.52800256591797, "epoch": 62, "n_parameters": 5261424}
|
| 64 |
+
{"train_lr": 0.0008992823094219802, "train_loss": 3.059678119969368, "test_loss": 1.2760933190584183, "test_acc1": 68.7720020565796, "test_acc5": 88.78200261871338, "epoch": 63, "n_parameters": 5261424}
|
| 65 |
+
{"train_lr": 0.0008961267311259725, "train_loss": 3.0450416321754457, "test_loss": 1.2881632986314155, "test_acc1": 68.20400203704834, "test_acc5": 88.48000274780273, "epoch": 64, "n_parameters": 5261424}
|
| 66 |
+
{"train_lr": 0.0008929282613762865, "train_loss": 3.035833738040924, "test_loss": 1.2692895755171776, "test_acc1": 68.9220018585205, "test_acc5": 88.77200263366699, "epoch": 65, "n_parameters": 5261424}
|
| 67 |
+
{"train_lr": 0.0008896872509212004, "train_loss": 3.0483267656564714, "test_loss": 1.2622839957475662, "test_acc1": 69.17800212738037, "test_acc5": 89.01200269470215, "epoch": 66, "n_parameters": 5261424}
|
| 68 |
+
{"train_lr": 0.0008864040551740274, "train_loss": 3.0363257157564165, "test_loss": 1.2838302090325777, "test_acc1": 68.71800218688965, "test_acc5": 88.50800251098633, "epoch": 67, "n_parameters": 5261424}
|
| 69 |
+
{"train_lr": 0.0008830790341741599, "train_loss": 3.034476349759102, "test_loss": 1.2672910550061394, "test_acc1": 68.88400243438721, "test_acc5": 88.83600250152588, "epoch": 68, "n_parameters": 5261424}
|
| 70 |
+
{"train_lr": 0.0008797125525476078, "train_loss": 3.0320633615255357, "test_loss": 1.2462903874761917, "test_acc1": 69.29800232391358, "test_acc5": 89.03600229858398, "epoch": 69, "n_parameters": 5261424}
|
| 71 |
+
{"train_lr": 0.0008763049794670726, "train_loss": 3.0141548117399215, "test_loss": 1.2613498011932653, "test_acc1": 68.8660021258545, "test_acc5": 88.86200252441407, "epoch": 70, "n_parameters": 5261424}
|
| 72 |
+
{"train_lr": 0.0008728566886113074, "train_loss": 3.0139219551324845, "test_loss": 1.2388283570899683, "test_acc1": 69.57200237487793, "test_acc5": 89.23800219268799, "epoch": 71, "n_parameters": 5261424}
|
| 73 |
+
{"train_lr": 0.0008693680581242697, "train_loss": 3.0063859696865083, "test_loss": 1.2419620655915315, "test_acc1": 69.60600245239257, "test_acc5": 89.21200241851807, "epoch": 72, "n_parameters": 5261424}
|
| 74 |
+
{"train_lr": 0.0008658394705736052, "train_loss": 3.0036251921653747, "test_loss": 1.2463506589479305, "test_acc1": 69.5000023675537, "test_acc5": 89.09200240447998, "epoch": 73, "n_parameters": 5261424}
|
| 75 |
+
{"train_lr": 0.0008622713129086835, "train_loss": 2.996532670879364, "test_loss": 1.2608738361912615, "test_acc1": 69.2840021975708, "test_acc5": 88.90800222900391, "epoch": 74, "n_parameters": 5261424}
|
| 76 |
+
{"train_lr": 0.0008586639764182453, "train_loss": 2.997626826429367, "test_loss": 1.2487315184929793, "test_acc1": 69.24800226379395, "test_acc5": 89.09800245483399, "epoch": 75, "n_parameters": 5261424}
|
| 77 |
+
{"train_lr": 0.0008550178566873413, "train_loss": 2.9911624552488325, "test_loss": 1.2442306008409052, "test_acc1": 69.40600236694335, "test_acc5": 89.02400253509522, "epoch": 76, "n_parameters": 5261424}
|
| 78 |
+
{"train_lr": 0.0008513333535541276, "train_loss": 2.9729561293125153, "test_loss": 1.2271672504789688, "test_acc1": 69.97200255523681, "test_acc5": 89.40400268096924, "epoch": 77, "n_parameters": 5261424}
|
| 79 |
+
{"train_lr": 0.0008476108710658449, "train_loss": 2.9794954195022583, "test_loss": 1.2480560111648895, "test_acc1": 69.602002159729, "test_acc5": 89.13400251556396, "epoch": 78, "n_parameters": 5261424}
|
| 80 |
+
{"train_lr": 0.0008438508174347047, "train_loss": 2.9772939985752105, "test_loss": 1.2230729618493248, "test_acc1": 70.00400210205078, "test_acc5": 89.44800228393555, "epoch": 79, "n_parameters": 5261424}
|
| 81 |
+
{"train_lr": 0.0008400536049929099, "train_loss": 2.969979815363884, "test_loss": 1.2434381614713108, "test_acc1": 69.63600221618653, "test_acc5": 89.01200273895263, "epoch": 80, "n_parameters": 5261424}
|
| 82 |
+
{"train_lr": 0.0008362196501476326, "train_loss": 2.9611899065732956, "test_loss": 1.218867083244464, "test_acc1": 69.98200241760254, "test_acc5": 89.58200260314942, "epoch": 81, "n_parameters": 5261424}
|
| 83 |
+
{"train_lr": 0.0008323493733352064, "train_loss": 2.9752154687166215, "test_loss": 1.2345166044200169, "test_acc1": 69.67000218414307, "test_acc5": 89.4040024243164, "epoch": 82, "n_parameters": 5261424}
|
| 84 |
+
{"train_lr": 0.0008284431989751134, "train_loss": 2.9577247387886048, "test_loss": 1.2375912324470633, "test_acc1": 69.67000241455078, "test_acc5": 89.20200265563965, "epoch": 83, "n_parameters": 5261424}
|
| 85 |
+
{"train_lr": 0.000824501555423352, "train_loss": 2.9566072722911834, "test_loss": 1.2361837296801454, "test_acc1": 69.81200183868408, "test_acc5": 89.22000257476806, "epoch": 84, "n_parameters": 5261424}
|
| 86 |
+
{"train_lr": 0.0008205248749256087, "train_loss": 2.942715960097313, "test_loss": 1.2455238800714998, "test_acc1": 69.36800188079835, "test_acc5": 89.04000270599366, "epoch": 85, "n_parameters": 5261424}
|
| 87 |
+
{"train_lr": 0.0008165135935696611, "train_loss": 2.9653707526445388, "test_loss": 1.2215551869834171, "test_acc1": 70.04800220581055, "test_acc5": 89.49200239593506, "epoch": 86, "n_parameters": 5261424}
|
| 88 |
+
{"train_lr": 0.0008124681512377586, "train_loss": 2.9445030297756194, "test_loss": 1.2248357139966066, "test_acc1": 70.13000241088868, "test_acc5": 89.55800259124756, "epoch": 87, "n_parameters": 5261424}
|
| 89 |
+
{"train_lr": 0.0008083889915582185, "train_loss": 2.9430343828201293, "test_loss": 1.1985079906880856, "test_acc1": 70.47000226776123, "test_acc5": 89.660002555542, "epoch": 88, "n_parameters": 5261424}
|
| 90 |
+
{"train_lr": 0.0008042765618568836, "train_loss": 2.946637686753273, "test_loss": 1.2180151040939724, "test_acc1": 70.29200227233886, "test_acc5": 89.71600258361816, "epoch": 89, "n_parameters": 5261424}
|
| 91 |
+
{"train_lr": 0.0008001313131079762, "train_loss": 2.938648935317993, "test_loss": 1.208201276467127, "test_acc1": 70.1860021472168, "test_acc5": 89.65600253570557, "epoch": 90, "n_parameters": 5261424}
|
| 92 |
+
{"train_lr": 0.0007959536998847768, "train_loss": 2.9304975081205367, "test_loss": 1.2029559940976255, "test_acc1": 70.30400235229492, "test_acc5": 89.73800248260498, "epoch": 91, "n_parameters": 5261424}
|
| 93 |
+
{"train_lr": 0.0007917441803096359, "train_loss": 2.942331765174866, "test_loss": 1.191283246173578, "test_acc1": 70.63400261413574, "test_acc5": 89.88400283447265, "epoch": 92, "n_parameters": 5261424}
|
| 94 |
+
{"train_lr": 0.0007875032160037932, "train_loss": 2.933802450656891, "test_loss": 1.202083548202234, "test_acc1": 70.34200222045898, "test_acc5": 89.60000251068115, "epoch": 93, "n_parameters": 5261424}
|
| 95 |
+
{"train_lr": 0.0007832312720367915, "train_loss": 2.9309017394542694, "test_loss": 1.199543817954905, "test_acc1": 70.54000235595703, "test_acc5": 89.83200261138916, "epoch": 94, "n_parameters": 5261424}
|
| 96 |
+
{"train_lr": 0.0007789288168754645, "train_loss": 2.923663171839714, "test_loss": 1.1971649943905718, "test_acc1": 70.59000216735839, "test_acc5": 89.76000217041016, "epoch": 95, "n_parameters": 5261424}
|
| 97 |
+
{"train_lr": 0.0007745963223324438, "train_loss": 2.910562843513489, "test_loss": 1.1745557776268791, "test_acc1": 71.05400220489501, "test_acc5": 90.11200273620605, "epoch": 96, "n_parameters": 5261424}
|
| 98 |
+
{"train_lr": 0.0007702342635145934, "train_loss": 2.920542672586441, "test_loss": 1.1821724299122305, "test_acc1": 70.82400240203857, "test_acc5": 90.02800253570557, "epoch": 97, "n_parameters": 5261424}
|
| 99 |
+
{"train_lr": 0.0007658431187708594, "train_loss": 2.916528582549095, "test_loss": 1.1858733221888542, "test_acc1": 70.76000232147217, "test_acc5": 89.85600255249024, "epoch": 98, "n_parameters": 5261424}
|
| 100 |
+
{"train_lr": 0.0007614233696396937, "train_loss": 2.900616412115097, "test_loss": 1.1875661083442324, "test_acc1": 70.664002628479, "test_acc5": 89.78000287872314, "epoch": 99, "n_parameters": 5261424}
|
| 101 |
+
{"train_lr": 0.000756975500796441, "train_loss": 2.915720487689972, "test_loss": 1.1805652230978012, "test_acc1": 70.89400217926026, "test_acc5": 90.03600246368408, "epoch": 100, "n_parameters": 5261424}
|
| 102 |
+
{"train_lr": 0.0007524999999999928, "train_loss": 2.902181064414978, "test_loss": 1.190486098475316, "test_acc1": 70.54000239837646, "test_acc5": 89.80800271453857, "epoch": 101, "n_parameters": 5261424}
|
| 103 |
+
{"train_lr": 0.0007479973580394899, "train_loss": 2.8999204688310622, "test_loss": 1.1801541995476275, "test_acc1": 70.84400208709717, "test_acc5": 89.91400237457276, "epoch": 102, "n_parameters": 5261424}
|
| 104 |
+
{"train_lr": 0.000743468068680353, "train_loss": 2.905498977780342, "test_loss": 1.183957770028535, "test_acc1": 70.99600183197022, "test_acc5": 90.05000269470214, "epoch": 103, "n_parameters": 5261424}
|
| 105 |
+
{"train_lr": 0.0007389126286101879, "train_loss": 2.8983138607025145, "test_loss": 1.181052062441321, "test_acc1": 71.00600261505127, "test_acc5": 89.94200251098633, "epoch": 104, "n_parameters": 5261424}
|
| 106 |
+
{"train_lr": 0.0007343315373843354, "train_loss": 2.889447630119324, "test_loss": 1.1695118857657207, "test_acc1": 71.04000229034423, "test_acc5": 90.10200280090332, "epoch": 105, "n_parameters": 5261424}
|
| 107 |
+
{"train_lr": 0.0007297252973710828, "train_loss": 2.881956407785416, "test_loss": 1.1858390083207804, "test_acc1": 71.00000229370117, "test_acc5": 89.95800225982666, "epoch": 106, "n_parameters": 5261424}
|
| 108 |
+
{"train_lr": 0.0007250944136965464, "train_loss": 2.890707676935196, "test_loss": 1.1703961864113808, "test_acc1": 71.25600222412109, "test_acc5": 90.15800249694824, "epoch": 107, "n_parameters": 5261424}
|
| 109 |
+
{"train_lr": 0.0007204393941893065, "train_loss": 2.8834796185493468, "test_loss": 1.1818305253982544, "test_acc1": 70.95600234039307, "test_acc5": 89.95000277221679, "epoch": 108, "n_parameters": 5261424}
|
| 110 |
+
{"train_lr": 0.0007157607493247192, "train_loss": 2.868943848991394, "test_loss": 1.1560193282716416, "test_acc1": 71.35600242034913, "test_acc5": 90.08200254241943, "epoch": 109, "n_parameters": 5261424}
|
| 111 |
+
{"train_lr": 0.0007110589921688925, "train_loss": 2.8760290263414383, "test_loss": 1.1672470232143122, "test_acc1": 71.0960024319458, "test_acc5": 90.10200272277832, "epoch": 110, "n_parameters": 5261424}
|
| 112 |
+
{"train_lr": 0.000706334638322525, "train_loss": 2.870523680663109, "test_loss": 1.1525901209782152, "test_acc1": 71.86400212524414, "test_acc5": 90.3320026159668, "epoch": 111, "n_parameters": 5261424}
|
| 113 |
+
{"train_lr": 0.0007015882058642055, "train_loss": 2.8608340418577196, "test_loss": 1.1735442622619516, "test_acc1": 71.02000258789063, "test_acc5": 90.12600237487793, "epoch": 112, "n_parameters": 5261424}
|
| 114 |
+
{"train_lr": 0.0006968202152937847, "train_loss": 2.8620318768024444, "test_loss": 1.155376713942079, "test_acc1": 71.52000236328125, "test_acc5": 90.17800249359131, "epoch": 113, "n_parameters": 5261424}
|
| 115 |
+
{"train_lr": 0.0006920311894751399, "train_loss": 2.8608884495973586, "test_loss": 1.1545700525097988, "test_acc1": 71.30000265899658, "test_acc5": 90.2340023928833, "epoch": 114, "n_parameters": 5261424}
|
| 116 |
+
{"train_lr": 0.0006872216535789248, "train_loss": 2.8626187881708147, "test_loss": 1.1484911402358728, "test_acc1": 71.52200255737304, "test_acc5": 90.45200256378173, "epoch": 115, "n_parameters": 5261424}
|
| 117 |
+
{"train_lr": 0.0006823921350249157, "train_loss": 2.8577129561185837, "test_loss": 1.1426383782835567, "test_acc1": 71.70200217559814, "test_acc5": 90.3560024041748, "epoch": 116, "n_parameters": 5261424}
|
| 118 |
+
{"train_lr": 0.0006775431634242922, "train_loss": 2.8535263563871385, "test_loss": 1.155142976957209, "test_acc1": 71.32400236694336, "test_acc5": 90.43000280639649, "epoch": 117, "n_parameters": 5261424}
|
| 119 |
+
{"train_lr": 0.0006726752705214109, "train_loss": 2.8481853291988375, "test_loss": 1.1443279501708115, "test_acc1": 71.6580026083374, "test_acc5": 90.29000248321533, "epoch": 118, "n_parameters": 5261424}
|
| 120 |
+
{"train_lr": 0.0006677889901355911, "train_loss": 2.8410779948711395, "test_loss": 1.1677717005505281, "test_acc1": 71.0580021862793, "test_acc5": 90.11600270843506, "epoch": 119, "n_parameters": 5261424}
|
| 121 |
+
{"train_lr": 0.0006628848581025501, "train_loss": 2.8426222956657408, "test_loss": 1.156180655255037, "test_acc1": 71.56400249206543, "test_acc5": 90.40800277496338, "epoch": 120, "n_parameters": 5261424}
|
| 122 |
+
{"train_lr": 0.0006579634122155923, "train_loss": 2.847197578287125, "test_loss": 1.139926193829845, "test_acc1": 71.68600232635498, "test_acc5": 90.50600243011475, "epoch": 121, "n_parameters": 5261424}
|
| 123 |
+
{"train_lr": 0.0006530251921667572, "train_loss": 2.8334758766889574, "test_loss": 1.1357453945366776, "test_acc1": 71.82800248138427, "test_acc5": 90.5000026889038, "epoch": 122, "n_parameters": 5261424}
|
| 124 |
+
{"train_lr": 0.0006480707394875231, "train_loss": 2.8523153590679167, "test_loss": 1.1364390964017195, "test_acc1": 71.75400248168945, "test_acc5": 90.5400025100708, "epoch": 123, "n_parameters": 5261424}
|
| 125 |
+
{"train_lr": 0.0006431005974894128, "train_loss": 2.830856849336624, "test_loss": 1.1345427770386725, "test_acc1": 72.22000242889405, "test_acc5": 90.6220026776123, "epoch": 124, "n_parameters": 5261424}
|
| 126 |
+
{"train_lr": 0.0006381153112045567, "train_loss": 2.820751877760887, "test_loss": 1.1325710253680454, "test_acc1": 72.09200223358154, "test_acc5": 90.63800259368897, "epoch": 125, "n_parameters": 5261424}
|
| 127 |
+
{"train_lr": 0.0006331154273257479, "train_loss": 2.8267277235984802, "test_loss": 1.126336955848862, "test_acc1": 71.99000270080566, "test_acc5": 90.54400280700683, "epoch": 126, "n_parameters": 5261424}
|
| 128 |
+
{"train_lr": 0.0006281014941466045, "train_loss": 2.8253687139749526, "test_loss": 1.1135694921454962, "test_acc1": 72.38600230194092, "test_acc5": 90.83200263916015, "epoch": 127, "n_parameters": 5261424}
|
| 129 |
+
{"train_lr": 0.000623074061501402, "train_loss": 2.8158325135231017, "test_loss": 1.1308572401895243, "test_acc1": 72.00800255065919, "test_acc5": 90.67600266326905, "epoch": 128, "n_parameters": 5261424}
|
| 130 |
+
{"train_lr": 0.0006180336807047836, "train_loss": 2.8295526671886444, "test_loss": 1.123443980646484, "test_acc1": 72.35000225616454, "test_acc5": 90.64600243896484, "epoch": 129, "n_parameters": 5261424}
|
| 131 |
+
{"train_lr": 0.000612980904491296, "train_loss": 2.8012570072889327, "test_loss": 1.1058302289422821, "test_acc1": 72.53400245300293, "test_acc5": 90.77600271148681, "epoch": 130, "n_parameters": 5261424}
|
| 132 |
+
{"train_lr": 0.0006079162869547837, "train_loss": 2.820637410068512, "test_loss": 1.127327657359488, "test_acc1": 72.19800244567871, "test_acc5": 90.50600246887207, "epoch": 131, "n_parameters": 5261424}
|
| 133 |
+
{"train_lr": 0.0006028403834876749, "train_loss": 2.8105676020622252, "test_loss": 1.1177312924581415, "test_acc1": 72.5160023651123, "test_acc5": 90.8380028729248, "epoch": 132, "n_parameters": 5261424}
|
| 134 |
+
{"train_lr": 0.0005977537507199276, "train_loss": 2.8018221513748167, "test_loss": 1.1165581895586323, "test_acc1": 72.4480023538208, "test_acc5": 90.80200252166748, "epoch": 133, "n_parameters": 5261424}
|
| 135 |
+
{"train_lr": 0.0005926569464581991, "train_loss": 2.810614378905296, "test_loss": 1.1163890591877348, "test_acc1": 72.3080025265503, "test_acc5": 90.83800236846923, "epoch": 134, "n_parameters": 5261424}
|
| 136 |
+
{"train_lr": 0.0005875505296244655, "train_loss": 2.794302721309662, "test_loss": 1.1260050743380015, "test_acc1": 72.25800240020752, "test_acc5": 90.69000280914307, "epoch": 135, "n_parameters": 5261424}
|
| 137 |
+
{"train_lr": 0.0005824350601949121, "train_loss": 2.794490471124649, "test_loss": 1.1202155960833324, "test_acc1": 72.13000229766845, "test_acc5": 90.76400264465332, "epoch": 136, "n_parameters": 5261424}
|
| 138 |
+
{"train_lr": 0.00057731109913839, "train_loss": 2.793645733308792, "test_loss": 1.1107590430799652, "test_acc1": 72.33200266662598, "test_acc5": 90.80400240722656, "epoch": 137, "n_parameters": 5261424}
|
| 139 |
+
{"train_lr": 0.0005721792083549868, "train_loss": 2.8122249249219893, "test_loss": 1.1181786586256588, "test_acc1": 72.23600249969482, "test_acc5": 90.86800239044189, "epoch": 138, "n_parameters": 5261424}
|
| 140 |
+
{"train_lr": 0.000567039950614337, "train_loss": 2.789545078444481, "test_loss": 1.1042173024924362, "test_acc1": 72.636002578125, "test_acc5": 91.0060027279663, "epoch": 139, "n_parameters": 5261424}
|
| 141 |
+
{"train_lr": 0.0005618938894939631, "train_loss": 2.7786301941871643, "test_loss": 1.1086561478236143, "test_acc1": 72.67200230651855, "test_acc5": 90.91200255493165, "epoch": 140, "n_parameters": 5261424}
|
| 142 |
+
{"train_lr": 0.0005567415893174923, "train_loss": 2.7760433181762694, "test_loss": 1.102282158592168, "test_acc1": 72.47600255889893, "test_acc5": 90.85200226013184, "epoch": 141, "n_parameters": 5261424}
|
| 143 |
+
{"train_lr": 0.0005515836150926654, "train_loss": 2.7781041178941726, "test_loss": 1.1067517060129082, "test_acc1": 72.48800204559326, "test_acc5": 90.81000253234863, "epoch": 142, "n_parameters": 5261424}
|
| 144 |
+
{"train_lr": 0.0005464205324495009, "train_loss": 2.7809359111309053, "test_loss": 1.104642776224543, "test_acc1": 72.68400270141602, "test_acc5": 90.9420024295044, "epoch": 143, "n_parameters": 5261424}
|
| 145 |
+
{"train_lr": 0.0005412529075781727, "train_loss": 2.7638471510887146, "test_loss": 1.0906601550386232, "test_acc1": 72.89600256530761, "test_acc5": 91.13400245178222, "epoch": 144, "n_parameters": 5261424}
|
| 146 |
+
{"train_lr": 0.0005360813071670152, "train_loss": 2.775821089243889, "test_loss": 1.1035770526265396, "test_acc1": 72.50800247314453, "test_acc5": 90.81400275604248, "epoch": 145, "n_parameters": 5261424}
|
| 147 |
+
{"train_lr": 0.0005309062983402558, "train_loss": 2.768240453028679, "test_loss": 1.0955926098806017, "test_acc1": 72.76600252319336, "test_acc5": 91.04200250579834, "epoch": 146, "n_parameters": 5261424}
|
| 148 |
+
{"train_lr": 0.0005257284485959466, "train_loss": 2.7663205060482023, "test_loss": 1.0950405490310753, "test_acc1": 72.71000260314942, "test_acc5": 90.99000270812988, "epoch": 147, "n_parameters": 5261424}
|
| 149 |
+
{"train_lr": 0.0005205483257436682, "train_loss": 2.755850600147247, "test_loss": 1.0966487993650578, "test_acc1": 72.80800211456298, "test_acc5": 90.96200271942139, "epoch": 148, "n_parameters": 5261424}
|
| 150 |
+
{"train_lr": 0.0005153664978422641, "train_loss": 2.7551044543266294, "test_loss": 1.0813487787895344, "test_acc1": 73.03600249450683, "test_acc5": 91.23200267883301, "epoch": 149, "n_parameters": 5261424}
|
| 151 |
+
{"train_lr": 0.000510183533137536, "train_loss": 2.760468139195442, "test_loss": 1.0856962129473686, "test_acc1": 72.93200263122559, "test_acc5": 91.03400263824463, "epoch": 150, "n_parameters": 5261424}
|
| 152 |
+
{"train_lr": 0.0005049999999999984, "train_loss": 2.750302602648735, "test_loss": 1.075520629172816, "test_acc1": 73.1280025112915, "test_acc5": 91.27800272277833, "epoch": 151, "n_parameters": 5261424}
|
| 153 |
+
{"train_lr": 0.0004998164668624585, "train_loss": 2.749869388747215, "test_loss": 1.0825330312637722, "test_acc1": 72.88600256134033, "test_acc5": 91.1260022213745, "epoch": 152, "n_parameters": 5261424}
|
| 154 |
+
{"train_lr": 0.0004946335021577318, "train_loss": 2.7538741701602936, "test_loss": 1.0779265638659983, "test_acc1": 73.07600241699218, "test_acc5": 91.3540024331665, "epoch": 153, "n_parameters": 5261424}
|
| 155 |
+
{"train_lr": 0.0004894516742563286, "train_loss": 2.746396966743469, "test_loss": 1.093299776315689, "test_acc1": 72.82000244995118, "test_acc5": 91.12200245758056, "epoch": 154, "n_parameters": 5261424}
|
| 156 |
+
{"train_lr": 0.0004842715514040478, "train_loss": 2.739120251131058, "test_loss": 1.0697083508267122, "test_acc1": 73.21800284912109, "test_acc5": 91.33200278747559, "epoch": 155, "n_parameters": 5261424}
|
| 157 |
+
{"train_lr": 0.0004790937016597394, "train_loss": 2.7313512978553773, "test_loss": 1.068093632293098, "test_acc1": 73.47400241485596, "test_acc5": 91.32600258331298, "epoch": 156, "n_parameters": 5261424}
|
| 158 |
+
{"train_lr": 0.00047391869283299284, "train_loss": 2.7430916773319245, "test_loss": 1.0697257385096128, "test_acc1": 73.12200229766846, "test_acc5": 91.29000249633789, "epoch": 157, "n_parameters": 5261424}
|
| 159 |
+
{"train_lr": 0.00046874709242182143, "train_loss": 2.740087609767914, "test_loss": 1.0687470758224236, "test_acc1": 73.32200230621338, "test_acc5": 91.39400260009765, "epoch": 158, "n_parameters": 5261424}
|
| 160 |
+
{"train_lr": 0.00046357946755049603, "train_loss": 2.7286769138097764, "test_loss": 1.0767280831933022, "test_acc1": 73.25000233825683, "test_acc5": 91.34600239959717, "epoch": 159, "n_parameters": 5261424}
|
| 161 |
+
{"train_lr": 0.0004584163849073405, "train_loss": 2.7307348407030108, "test_loss": 1.064042199841317, "test_acc1": 73.56400217193604, "test_acc5": 91.34600231536865, "epoch": 160, "n_parameters": 5261424}
|
| 162 |
+
{"train_lr": 0.0004532584106825058, "train_loss": 2.720525632691383, "test_loss": 1.0500888092552914, "test_acc1": 73.65400231628418, "test_acc5": 91.51200278747558, "epoch": 161, "n_parameters": 5261424}
|
| 163 |
+
{"train_lr": 0.0004481061105060292, "train_loss": 2.73386053071022, "test_loss": 1.0729982344543232, "test_acc1": 73.16200249938964, "test_acc5": 91.35800245483398, "epoch": 162, "n_parameters": 5261424}
|
| 164 |
+
{"train_lr": 0.0004429600493856733, "train_loss": 2.7230259308576583, "test_loss": 1.0601669615682434, "test_acc1": 73.39800267822265, "test_acc5": 91.50400246307373, "epoch": 163, "n_parameters": 5261424}
|
| 165 |
+
{"train_lr": 0.00043782079164502406, "train_loss": 2.718954189944267, "test_loss": 1.0712526129449116, "test_acc1": 73.48600233154296, "test_acc5": 91.49600246887206, "epoch": 164, "n_parameters": 5261424}
|
| 166 |
+
{"train_lr": 0.0004326889008616026, "train_loss": 2.7237543876171113, "test_loss": 1.0564016691025566, "test_acc1": 73.7220024899292, "test_acc5": 91.46400275115967, "epoch": 165, "n_parameters": 5261424}
|
| 167 |
+
{"train_lr": 0.0004275649398050844, "train_loss": 2.7166688987493517, "test_loss": 1.063242972773664, "test_acc1": 73.37000283508301, "test_acc5": 91.45400266693115, "epoch": 166, "n_parameters": 5261424}
|
| 168 |
+
{"train_lr": 0.0004224494703755325, "train_loss": 2.7173829266548157, "test_loss": 1.0579057660172968, "test_acc1": 73.78800229217529, "test_acc5": 91.45200259765625, "epoch": 167, "n_parameters": 5261424}
|
| 169 |
+
{"train_lr": 0.000417343053541802, "train_loss": 2.709137678027153, "test_loss": 1.0551008119740908, "test_acc1": 73.62600205749511, "test_acc5": 91.57200235717774, "epoch": 168, "n_parameters": 5261424}
|
| 170 |
+
{"train_lr": 0.0004122462492800679, "train_loss": 2.7098179687976836, "test_loss": 1.055416930028621, "test_acc1": 73.67200230773926, "test_acc5": 91.52000263061524, "epoch": 169, "n_parameters": 5261424}
|
| 171 |
+
{"train_lr": 0.0004071596165123316, "train_loss": 2.70463971555233, "test_loss": 1.0594538500642074, "test_acc1": 73.62000278015137, "test_acc5": 91.4320026977539, "epoch": 170, "n_parameters": 5261424}
|
| 172 |
+
{"train_lr": 0.0004020837130452056, "train_loss": 2.697903498721123, "test_loss": 1.0519314443363863, "test_acc1": 73.79600268218994, "test_acc5": 91.44000240753174, "epoch": 171, "n_parameters": 5261424}
|
| 173 |
+
{"train_lr": 0.00039701909550871056, "train_loss": 2.6996108536481858, "test_loss": 1.0495374202728271, "test_acc1": 73.73400237823486, "test_acc5": 91.57600235412598, "epoch": 172, "n_parameters": 5261424}
|
| 174 |
+
{"train_lr": 0.0003919663192952232, "train_loss": 2.686247136449814, "test_loss": 1.047721756293493, "test_acc1": 74.01800250732421, "test_acc5": 91.66200256896973, "epoch": 173, "n_parameters": 5261424}
|
| 175 |
+
{"train_lr": 0.0003869259384986001, "train_loss": 2.6927425837755203, "test_loss": 1.0513084598762148, "test_acc1": 73.72800267944336, "test_acc5": 91.61800274200439, "epoch": 174, "n_parameters": 5261424}
|
| 176 |
+
{"train_lr": 0.0003818985058534005, "train_loss": 2.690934733200073, "test_loss": 1.0339682411183329, "test_acc1": 74.2540024786377, "test_acc5": 91.79400262786865, "epoch": 175, "n_parameters": 5261424}
|
| 177 |
+
{"train_lr": 0.0003768845726742562, "train_loss": 2.686049388933182, "test_loss": 1.0321337959783918, "test_acc1": 74.18000266601562, "test_acc5": 91.84600231018067, "epoch": 176, "n_parameters": 5261424}
|
| 178 |
+
{"train_lr": 0.00037188468879544706, "train_loss": 2.688798990535736, "test_loss": 1.0347598799887825, "test_acc1": 74.17400260314942, "test_acc5": 91.76400246002197, "epoch": 177, "n_parameters": 5261424}
|
| 179 |
+
{"train_lr": 0.00036689940251058385, "train_loss": 2.6857020366191864, "test_loss": 1.0433175463010282, "test_acc1": 73.78600215759278, "test_acc5": 91.70000234558105, "epoch": 178, "n_parameters": 5261424}
|
| 180 |
+
{"train_lr": 0.000361929260512484, "train_loss": 2.6762316628217695, "test_loss": 1.035023888682618, "test_acc1": 74.16600241607667, "test_acc5": 91.77400261077881, "epoch": 179, "n_parameters": 5261424}
|
| 181 |
+
{"train_lr": 0.00035697480783323317, "train_loss": 2.6777884872674944, "test_loss": 1.0317951800192104, "test_acc1": 74.29200216705323, "test_acc5": 91.83600277587891, "epoch": 180, "n_parameters": 5261424}
|
| 182 |
+
{"train_lr": 0.00035203658778440396, "train_loss": 2.675540195155144, "test_loss": 1.0347993551369976, "test_acc1": 74.21800227294922, "test_acc5": 91.85400246856689, "epoch": 181, "n_parameters": 5261424}
|
| 183 |
+
{"train_lr": 0.00034711514189745326, "train_loss": 2.672580017709732, "test_loss": 1.0279117892770206, "test_acc1": 74.38000245819092, "test_acc5": 91.83000289855957, "epoch": 182, "n_parameters": 5261424}
|
| 184 |
+
{"train_lr": 0.00034221100986439796, "train_loss": 2.6524524733781814, "test_loss": 1.029578119954642, "test_acc1": 74.23400259307861, "test_acc5": 91.92800205871582, "epoch": 183, "n_parameters": 5261424}
|
| 185 |
+
{"train_lr": 0.00033732472947858237, "train_loss": 2.6714991531133654, "test_loss": 1.019202500143472, "test_acc1": 74.53800240844727, "test_acc5": 92.11200273925782, "epoch": 184, "n_parameters": 5261424}
|
| 186 |
+
{"train_lr": 0.0003324568365757046, "train_loss": 2.6535662546634673, "test_loss": 1.0280512457384783, "test_acc1": 74.18000241149902, "test_acc5": 91.91200246582031, "epoch": 185, "n_parameters": 5261424}
|
| 187 |
+
{"train_lr": 0.000327607864975073, "train_loss": 2.641525621509552, "test_loss": 1.0240471937200601, "test_acc1": 74.35600267669678, "test_acc5": 91.83600216491699, "epoch": 186, "n_parameters": 5261424}
|
| 188 |
+
{"train_lr": 0.00032277834642108243, "train_loss": 2.651074745821953, "test_loss": 1.0195239543476526, "test_acc1": 74.406002527771, "test_acc5": 91.99000268371582, "epoch": 187, "n_parameters": 5261424}
|
| 189 |
+
{"train_lr": 0.00031796881052486263, "train_loss": 2.6474778127670286, "test_loss": 1.0230515588294058, "test_acc1": 74.39000271087646, "test_acc5": 91.98200241851806, "epoch": 188, "n_parameters": 5261424}
|
| 190 |
+
{"train_lr": 0.00031317978470621165, "train_loss": 2.64415802385807, "test_loss": 1.011372516698697, "test_acc1": 74.72600243347168, "test_acc5": 92.05400254974366, "epoch": 189, "n_parameters": 5261424}
|
| 191 |
+
{"train_lr": 0.0003084117941357861, "train_loss": 2.6475676537275312, "test_loss": 1.0272378380246021, "test_acc1": 74.40400254516601, "test_acc5": 92.0760024356079, "epoch": 190, "n_parameters": 5261424}
|
| 192 |
+
{"train_lr": 0.0003036653616774761, "train_loss": 2.64147770075798, "test_loss": 1.0097063008476705, "test_acc1": 74.55000273895264, "test_acc5": 92.27600271728515, "epoch": 191, "n_parameters": 5261424}
|
| 193 |
+
{"train_lr": 0.00029894100783110094, "train_loss": 2.640637591266632, "test_loss": 1.0375861998866587, "test_acc1": 74.21600239105224, "test_acc5": 91.7920028451538, "epoch": 192, "n_parameters": 5261424}
|
| 194 |
+
{"train_lr": 0.00029423925067528794, "train_loss": 2.6353269681453706, "test_loss": 1.0127814863534534, "test_acc1": 74.46000273773194, "test_acc5": 92.24400242156982, "epoch": 193, "n_parameters": 5261424}
|
| 195 |
+
{"train_lr": 0.0002895606058107008, "train_loss": 2.632861712026596, "test_loss": 1.0142999712158651, "test_acc1": 74.50800261871338, "test_acc5": 92.02400256408691, "epoch": 194, "n_parameters": 5261424}
|
| 196 |
+
{"train_lr": 0.00028490558630345995, "train_loss": 2.6259253821849824, "test_loss": 1.0159048048012398, "test_acc1": 74.69000249176025, "test_acc5": 92.05400268737793, "epoch": 195, "n_parameters": 5261424}
|
| 197 |
+
{"train_lr": 0.00028027470262892434, "train_loss": 2.6274966554880144, "test_loss": 1.0082929857513483, "test_acc1": 74.7640019216919, "test_acc5": 92.14800255523681, "epoch": 196, "n_parameters": 5261424}
|
| 198 |
+
{"train_lr": 0.00027566846261567224, "train_loss": 2.622668104815483, "test_loss": 1.002370565691415, "test_acc1": 74.82600263549804, "test_acc5": 92.22400272827149, "epoch": 197, "n_parameters": 5261424}
|
| 199 |
+
{"train_lr": 0.00027108737138981873, "train_loss": 2.6255624843358993, "test_loss": 1.002486163202454, "test_acc1": 74.76400254608154, "test_acc5": 92.14400232940673, "epoch": 198, "n_parameters": 5261424}
|
| 200 |
+
{"train_lr": 0.0002665319313196488, "train_loss": 2.6201774931669237, "test_loss": 1.0044490197563873, "test_acc1": 74.86200252593994, "test_acc5": 92.1620024182129, "epoch": 199, "n_parameters": 5261424}
|
| 201 |
+
{"train_lr": 0.0002620026419605044, "train_loss": 2.6333690078258516, "test_loss": 1.0009260366068167, "test_acc1": 74.71200243927002, "test_acc5": 92.3080024432373, "epoch": 200, "n_parameters": 5261424}
|
| 202 |
+
{"train_lr": 0.0002574999999999965, "train_loss": 2.6216011316776275, "test_loss": 1.0034321588190163, "test_acc1": 74.87600240264892, "test_acc5": 92.15600253356934, "epoch": 201, "n_parameters": 5261424}
|
| 203 |
+
{"train_lr": 0.00025302449920356636, "train_loss": 2.6179491733312608, "test_loss": 0.9956856014973977, "test_acc1": 75.22000254425049, "test_acc5": 92.30200272003174, "epoch": 202, "n_parameters": 5261424}
|
| 204 |
+
{"train_lr": 0.0002485766303603006, "train_loss": 2.61871456887722, "test_loss": 0.9915790430763188, "test_acc1": 75.14000274078369, "test_acc5": 92.42000262237549, "epoch": 203, "n_parameters": 5261424}
|
| 205 |
+
{"train_lr": 0.00024415688122914276, "train_loss": 2.602801378202438, "test_loss": 0.9907597632092588, "test_acc1": 75.21800257171631, "test_acc5": 92.29000227966309, "epoch": 204, "n_parameters": 5261424}
|
| 206 |
+
{"train_lr": 0.0002397657364854005, "train_loss": 2.5922665137529375, "test_loss": 0.992918742053649, "test_acc1": 75.08600263061524, "test_acc5": 92.31600252288818, "epoch": 205, "n_parameters": 5261424}
|
| 207 |
+
{"train_lr": 0.0002354036776675589, "train_loss": 2.607160258769989, "test_loss": 0.9846342964207425, "test_acc1": 75.45800272003174, "test_acc5": 92.42800254272461, "epoch": 206, "n_parameters": 5261424}
|
| 208 |
+
{"train_lr": 0.00023107118312454324, "train_loss": 2.597004808521271, "test_loss": 0.9857893757083837, "test_acc1": 75.24800226409913, "test_acc5": 92.47000270599365, "epoch": 207, "n_parameters": 5261424}
|
| 209 |
+
{"train_lr": 0.00022676872796319585, "train_loss": 2.5984817155599593, "test_loss": 0.9957937032860869, "test_acc1": 75.13000262451172, "test_acc5": 92.2100024407959, "epoch": 208, "n_parameters": 5261424}
|
| 210 |
+
{"train_lr": 0.0002224967839962059, "train_loss": 2.585209576582909, "test_loss": 0.9764419656027766, "test_acc1": 75.38400256256104, "test_acc5": 92.50800280151367, "epoch": 209, "n_parameters": 5261424}
|
| 211 |
+
{"train_lr": 0.00021825581969037234, "train_loss": 2.5861804459095, "test_loss": 0.9809219837188721, "test_acc1": 75.34800259216308, "test_acc5": 92.50000275665283, "epoch": 210, "n_parameters": 5261424}
|
| 212 |
+
{"train_lr": 0.00021404630011522384, "train_loss": 2.5779358730316164, "test_loss": 0.980638908331885, "test_acc1": 75.46200257080078, "test_acc5": 92.44000255249023, "epoch": 211, "n_parameters": 5261424}
|
| 213 |
+
{"train_lr": 0.00020986868689201822, "train_loss": 2.585052221655846, "test_loss": 0.9774523469455102, "test_acc1": 75.39000269561768, "test_acc5": 92.53400298217774, "epoch": 212, "n_parameters": 5261424}
|
| 214 |
+
{"train_lr": 0.00020572343814312394, "train_loss": 2.576267883849144, "test_loss": 0.98146208266125, "test_acc1": 75.28800260681152, "test_acc5": 92.37000238739013, "epoch": 213, "n_parameters": 5261424}
|
| 215 |
+
{"train_lr": 0.00020161100844177845, "train_loss": 2.5692366058826446, "test_loss": 0.9746437714818645, "test_acc1": 75.45600236541748, "test_acc5": 92.59000281524658, "epoch": 214, "n_parameters": 5261424}
|
| 216 |
+
{"train_lr": 0.0001975318487622385, "train_loss": 2.576571648144722, "test_loss": 0.973715784795144, "test_acc1": 75.40800228668213, "test_acc5": 92.62600247161865, "epoch": 215, "n_parameters": 5261424}
|
| 217 |
+
{"train_lr": 0.0001934864064303293, "train_loss": 2.564178913402557, "test_loss": 0.979637229048154, "test_acc1": 75.31200244476318, "test_acc5": 92.52000258331299, "epoch": 216, "n_parameters": 5261424}
|
| 218 |
+
{"train_lr": 0.00018947512507440066, "train_loss": 2.5729646484613418, "test_loss": 0.9691780974321506, "test_acc1": 75.5940027597046, "test_acc5": 92.6160024887085, "epoch": 217, "n_parameters": 5261424}
|
| 219 |
+
{"train_lr": 0.00018549844457664536, "train_loss": 2.561438932132721, "test_loss": 0.9621340952375356, "test_acc1": 75.84000236450196, "test_acc5": 92.7200024307251, "epoch": 218, "n_parameters": 5261424}
|
| 220 |
+
{"train_lr": 0.0001815568010248985, "train_loss": 2.5517246816635133, "test_loss": 0.9700961864608175, "test_acc1": 75.59800249298095, "test_acc5": 92.470002265625, "epoch": 219, "n_parameters": 5261424}
|
| 221 |
+
{"train_lr": 0.0001776506266647912, "train_loss": 2.5681156530380247, "test_loss": 0.9569538143627784, "test_acc1": 75.78400271331788, "test_acc5": 92.82400256500244, "epoch": 220, "n_parameters": 5261424}
|
| 222 |
+
{"train_lr": 0.00017378034985236684, "train_loss": 2.5441453195095063, "test_loss": 0.9642023540594998, "test_acc1": 75.71200253173828, "test_acc5": 92.67000286254883, "epoch": 221, "n_parameters": 5261424}
|
| 223 |
+
{"train_lr": 0.00016994639500708363, "train_loss": 2.55628246383667, "test_loss": 0.96570708887542, "test_acc1": 75.70000269104004, "test_acc5": 92.58000246643067, "epoch": 222, "n_parameters": 5261424}
|
| 224 |
+
{"train_lr": 0.00016614918256530024, "train_loss": 2.5512109393835067, "test_loss": 0.9647339424666237, "test_acc1": 75.7320027142334, "test_acc5": 92.7060024142456, "epoch": 223, "n_parameters": 5261424}
|
| 225 |
+
{"train_lr": 0.0001623891289341499, "train_loss": 2.5510527935743332, "test_loss": 0.9561194223077858, "test_acc1": 75.77800256652831, "test_acc5": 92.74000247802735, "epoch": 224, "n_parameters": 5261424}
|
| 226 |
+
{"train_lr": 0.0001586666464458846, "train_loss": 2.558678401041031, "test_loss": 0.9609905689516488, "test_acc1": 75.90600251098633, "test_acc5": 92.6880027734375, "epoch": 225, "n_parameters": 5261424}
|
| 227 |
+
{"train_lr": 0.00015498214331266083, "train_loss": 2.5427585752248762, "test_loss": 0.9509956109173158, "test_acc1": 76.1120028793335, "test_acc5": 92.81800257293702, "epoch": 226, "n_parameters": 5261424}
|
| 228 |
+
{"train_lr": 0.00015133602358176324, "train_loss": 2.536441144180298, "test_loss": 0.9542318453245303, "test_acc1": 75.84200226379394, "test_acc5": 92.71200290679931, "epoch": 227, "n_parameters": 5261424}
|
| 229 |
+
{"train_lr": 0.00014772868709131298, "train_loss": 2.5366966622829437, "test_loss": 0.9515947942786357, "test_acc1": 76.16600251495362, "test_acc5": 92.74800226226806, "epoch": 228, "n_parameters": 5261424}
|
| 230 |
+
{"train_lr": 0.00014416052942640043, "train_loss": 2.534130669975281, "test_loss": 0.9489601442919058, "test_acc1": 75.98800218811036, "test_acc5": 92.89400253387451, "epoch": 229, "n_parameters": 5261424}
|
| 231 |
+
{"train_lr": 0.00014063194187573225, "train_loss": 2.519624909234047, "test_loss": 0.9481580743894857, "test_acc1": 76.09400244567871, "test_acc5": 92.83800237731934, "epoch": 230, "n_parameters": 5261424}
|
| 232 |
+
{"train_lr": 0.00013714331138868906, "train_loss": 2.5205185891866684, "test_loss": 0.9479369319537106, "test_acc1": 76.04600228637695, "test_acc5": 92.86600277069091, "epoch": 231, "n_parameters": 5261424}
|
| 233 |
+
{"train_lr": 0.0001336950205329244, "train_loss": 2.532107013845444, "test_loss": 0.9381838688517318, "test_acc1": 76.06600264862061, "test_acc5": 92.97800226501465, "epoch": 232, "n_parameters": 5261424}
|
| 234 |
+
{"train_lr": 0.0001302874474523821, "train_loss": 2.527304200744629, "test_loss": 0.9440296623198425, "test_acc1": 76.24000243652344, "test_acc5": 92.90200244934083, "epoch": 233, "n_parameters": 5261424}
|
| 235 |
+
{"train_lr": 0.0001269209658258524, "train_loss": 2.5119217903137208, "test_loss": 0.944868099382695, "test_acc1": 76.11400272155761, "test_acc5": 92.86600235443115, "epoch": 234, "n_parameters": 5261424}
|
| 236 |
+
{"train_lr": 0.0001235959448259852, "train_loss": 2.528196942973137, "test_loss": 0.9454025165999637, "test_acc1": 76.18400234710694, "test_acc5": 92.86400238037109, "epoch": 235, "n_parameters": 5261424}
|
| 237 |
+
{"train_lr": 0.00012031274907879779, "train_loss": 2.508823460674286, "test_loss": 0.9392717730473069, "test_acc1": 76.37400256835937, "test_acc5": 92.97800244689941, "epoch": 236, "n_parameters": 5261424}
|
| 238 |
+
{"train_lr": 0.00011707173862370935, "train_loss": 2.5131279536247253, "test_loss": 0.9387032941860312, "test_acc1": 76.3300024118042, "test_acc5": 92.9620025970459, "epoch": 237, "n_parameters": 5261424}
|
| 239 |
+
{"train_lr": 0.00011387326887403428, "train_loss": 2.5029448815345763, "test_loss": 0.9384998635334127, "test_acc1": 76.24200229980468, "test_acc5": 93.00800271759033, "epoch": 238, "n_parameters": 5261424}
|
| 240 |
+
{"train_lr": 0.00011071769057802195, "train_loss": 2.516365527510643, "test_loss": 0.9318898587542421, "test_acc1": 76.55600241790772, "test_acc5": 93.07200236358642, "epoch": 239, "n_parameters": 5261424}
|
| 241 |
+
{"train_lr": 0.00010760534978039713, "train_loss": 2.5024573204040528, "test_loss": 0.9361704706269152, "test_acc1": 76.2820026184082, "test_acc5": 92.9700022705078, "epoch": 240, "n_parameters": 5261424}
|
| 242 |
+
{"train_lr": 0.00010453658778440049, "train_loss": 2.4958751660823824, "test_loss": 0.9343344288713792, "test_acc1": 76.5160023840332, "test_acc5": 92.95000254455566, "epoch": 241, "n_parameters": 5261424}
|
| 243 |
+
{"train_lr": 0.00010151174111436452, "train_loss": 2.5051425114631654, "test_loss": 0.9303992046591114, "test_acc1": 76.64400236236573, "test_acc5": 93.12800253387451, "epoch": 242, "n_parameters": 5261424}
|
| 244 |
+
{"train_lr": 9.853114147881535e-05, "train_loss": 2.4901061646461486, "test_loss": 0.9344180931939798, "test_acc1": 76.59000225341796, "test_acc5": 93.03200297637939, "epoch": 243, "n_parameters": 5261424}
|
| 245 |
+
{"train_lr": 9.559511573409251e-05, "train_loss": 2.50688843562603, "test_loss": 0.9245076560798813, "test_acc1": 76.64400254852295, "test_acc5": 93.16400269561768, "epoch": 244, "n_parameters": 5261424}
|
| 246 |
+
{"train_lr": 9.270398584849995e-05, "train_loss": 2.498971703624725, "test_loss": 0.9258572827367222, "test_acc1": 76.59400212127686, "test_acc5": 93.08200302764892, "epoch": 245, "n_parameters": 5261424}
|
| 247 |
+
{"train_lr": 8.985806886701458e-05, "train_loss": 2.49259699921608, "test_loss": 0.9249993525445461, "test_acc1": 76.78400234527588, "test_acc5": 93.17200246398926, "epoch": 246, "n_parameters": 5261424}
|
| 248 |
+
{"train_lr": 8.70576768765023e-05, "train_loss": 2.4800605450630187, "test_loss": 0.9216080137035426, "test_acc1": 76.68400234802246, "test_acc5": 93.20800259735107, "epoch": 247, "n_parameters": 5261424}
|
| 249 |
+
{"train_lr": 8.430311697150275e-05, "train_loss": 2.4902848073244095, "test_loss": 0.9247297618319007, "test_acc1": 76.65800229278564, "test_acc5": 93.18600228485107, "epoch": 248, "n_parameters": 5261424}
|
| 250 |
+
{"train_lr": 8.159469122054992e-05, "train_loss": 2.486369024991989, "test_loss": 0.9242157600820065, "test_acc1": 76.67600257324219, "test_acc5": 93.12400261138916, "epoch": 249, "n_parameters": 5261424}
|
| 251 |
+
{"train_lr": 7.893269663304716e-05, "train_loss": 2.481400815176964, "test_loss": 0.9249431567595285, "test_acc1": 76.64800268524169, "test_acc5": 93.10200248260497, "epoch": 250, "n_parameters": 5261424}
|
| 252 |
+
{"train_lr": 7.63174251267036e-05, "train_loss": 2.477495450615883, "test_loss": 0.9192940106286722, "test_acc1": 76.79800243652343, "test_acc5": 93.16400273376465, "epoch": 251, "n_parameters": 5261424}
|
| 253 |
+
{"train_lr": 7.374916349550664e-05, "train_loss": 2.4717385692596436, "test_loss": 0.9190725232748425, "test_acc1": 76.86600236480713, "test_acc5": 93.24000217956544, "epoch": 252, "n_parameters": 5261424}
|
| 254 |
+
{"train_lr": 7.122819337828713e-05, "train_loss": 2.479342133498192, "test_loss": 0.9155921736622558, "test_acc1": 76.77400226593018, "test_acc5": 93.22600235473632, "epoch": 253, "n_parameters": 5261424}
|
| 255 |
+
{"train_lr": 6.875479122782986e-05, "train_loss": 2.4662935658216476, "test_loss": 0.9190404040410238, "test_acc1": 76.82600228607178, "test_acc5": 93.16800265838623, "epoch": 254, "n_parameters": 5261424}
|
| 256 |
+
{"train_lr": 6.632922828054899e-05, "train_loss": 2.462784400320053, "test_loss": 0.9176516598638367, "test_acc1": 76.81400262390137, "test_acc5": 93.27600256347657, "epoch": 255, "n_parameters": 5261424}
|
| 257 |
+
{"train_lr": 6.395177052675797e-05, "train_loss": 2.4672250919342043, "test_loss": 0.9173034153440419, "test_acc1": 76.76800276611328, "test_acc5": 93.2540024105835, "epoch": 256, "n_parameters": 5261424}
|
| 258 |
+
{"train_lr": 6.162267868149037e-05, "train_loss": 2.472024708890915, "test_loss": 0.9185626960414297, "test_acc1": 76.82800233978271, "test_acc5": 93.2580029574585, "epoch": 257, "n_parameters": 5261424}
|
| 259 |
+
{"train_lr": 5.934220815591366e-05, "train_loss": 2.457661839056015, "test_loss": 0.9147861676619333, "test_acc1": 76.84400227233887, "test_acc5": 93.29800238494873, "epoch": 258, "n_parameters": 5261424}
|
| 260 |
+
{"train_lr": 5.711060902931976e-05, "train_loss": 2.4630030410051345, "test_loss": 0.9155964796595714, "test_acc1": 76.93000224517823, "test_acc5": 93.21800248352051, "epoch": 259, "n_parameters": 5261424}
|
| 261 |
+
{"train_lr": 5.492812602170193e-05, "train_loss": 2.4680511964321137, "test_loss": 0.914421832517666, "test_acc1": 76.96000234985351, "test_acc5": 93.37000260314942, "epoch": 260, "n_parameters": 5261424}
|
| 262 |
+
{"train_lr": 5.279499846691249e-05, "train_loss": 2.461040650033951, "test_loss": 0.9120848137227928, "test_acc1": 77.0020027581787, "test_acc5": 93.36800258026123, "epoch": 261, "n_parameters": 5261424}
|
| 263 |
+
{"train_lr": 5.071146028642909e-05, "train_loss": 2.464998400735855, "test_loss": 0.9091905085917782, "test_acc1": 76.97000248443604, "test_acc5": 93.38800238525391, "epoch": 262, "n_parameters": 5261424}
|
| 264 |
+
{"train_lr": 4.8677739963691654e-05, "train_loss": 2.462143907904625, "test_loss": 0.9088194495176568, "test_acc1": 77.02400262390137, "test_acc5": 93.39800258026123, "epoch": 263, "n_parameters": 5261424}
|
| 265 |
+
{"train_lr": 4.669406051905222e-05, "train_loss": 2.4600498518228533, "test_loss": 0.9060788996079389, "test_acc1": 77.07200283020019, "test_acc5": 93.45400292663574, "epoch": 264, "n_parameters": 5261424}
|
| 266 |
+
{"train_lr": 4.476063948531594e-05, "train_loss": 2.454948622941971, "test_loss": 0.9069781862199306, "test_acc1": 77.07600281341553, "test_acc5": 93.358002684021, "epoch": 265, "n_parameters": 5261424}
|
| 267 |
+
{"train_lr": 4.2877688883884916e-05, "train_loss": 2.4513990337371827, "test_loss": 0.9032090284368571, "test_acc1": 77.10400254394531, "test_acc5": 93.40800276763916, "epoch": 266, "n_parameters": 5261424}
|
| 268 |
+
{"train_lr": 4.104541520151309e-05, "train_loss": 2.448239051437378, "test_loss": 0.9074930730549728, "test_acc1": 77.1140026461792, "test_acc5": 93.38600282287598, "epoch": 267, "n_parameters": 5261424}
|
| 269 |
+
{"train_lr": 3.9264019367658284e-05, "train_loss": 2.435234872698784, "test_loss": 0.9040533411590492, "test_acc1": 77.1880024710083, "test_acc5": 93.52400271972657, "epoch": 268, "n_parameters": 5261424}
|
| 270 |
+
{"train_lr": 3.753369673244649e-05, "train_loss": 2.4498158776283265, "test_loss": 0.9059373479993904, "test_acc1": 77.12400263549804, "test_acc5": 93.46000231231689, "epoch": 269, "n_parameters": 5261424}
|
| 271 |
+
{"train_lr": 3.5854637045255176e-05, "train_loss": 2.4420628765583037, "test_loss": 0.9043987441588851, "test_acc1": 77.11200257080078, "test_acc5": 93.41000233795167, "epoch": 270, "n_parameters": 5261424}
|
| 272 |
+
{"train_lr": 3.422702443389936e-05, "train_loss": 2.4374159648656843, "test_loss": 0.906690804835628, "test_acc1": 77.09200257415772, "test_acc5": 93.42200250549317, "epoch": 271, "n_parameters": 5261424}
|
| 273 |
+
{"train_lr": 3.265103738444311e-05, "train_loss": 2.4436894374370577, "test_loss": 0.9017173174549552, "test_acc1": 77.29400246246338, "test_acc5": 93.49600252441407, "epoch": 272, "n_parameters": 5261424}
|
| 274 |
+
{"train_lr": 3.1126848721626995e-05, "train_loss": 2.4499979756116868, "test_loss": 0.8993131654227481, "test_acc1": 77.19200230865478, "test_acc5": 93.48400251647949, "epoch": 273, "n_parameters": 5261424}
|
| 275 |
+
{"train_lr": 2.9654625589913407e-05, "train_loss": 2.4439134710550308, "test_loss": 0.9020527338280397, "test_acc1": 77.11000273590088, "test_acc5": 93.4280023461914, "epoch": 274, "n_parameters": 5261424}
|
| 276 |
+
{"train_lr": 2.8234529435159356e-05, "train_loss": 2.4386398415327073, "test_loss": 0.8992368425516521, "test_acc1": 77.33000258758545, "test_acc5": 93.520002684021, "epoch": 275, "n_parameters": 5261424}
|
| 277 |
+
{"train_lr": 2.6866715986910995e-05, "train_loss": 2.4439764269590376, "test_loss": 0.8978257902404841, "test_acc1": 77.25000267395019, "test_acc5": 93.48000267059327, "epoch": 276, "n_parameters": 5261424}
|
| 278 |
+
{"train_lr": 2.5551335241327784e-05, "train_loss": 2.43320349650383, "test_loss": 0.8991104614208726, "test_acc1": 77.22400273773194, "test_acc5": 93.54400261138916, "epoch": 277, "n_parameters": 5261424}
|
| 279 |
+
{"train_lr": 2.4288531444730574e-05, "train_loss": 2.43408357963562, "test_loss": 0.8966718394966686, "test_acc1": 77.23000245910644, "test_acc5": 93.56800261749268, "epoch": 278, "n_parameters": 5261424}
|
| 280 |
+
{"train_lr": 2.3078443077785567e-05, "train_loss": 2.4302710346221925, "test_loss": 0.8968695491990623, "test_acc1": 77.36400266571044, "test_acc5": 93.51200236633301, "epoch": 279, "n_parameters": 5261424}
|
| 281 |
+
{"train_lr": 2.1921202840320236e-05, "train_loss": 2.427169676184654, "test_loss": 0.8972017179955455, "test_acc1": 77.32400275543213, "test_acc5": 93.5240026309204, "epoch": 280, "n_parameters": 5261424}
|
| 282 |
+
{"train_lr": 2.0816937636766334e-05, "train_loss": 2.431086527132988, "test_loss": 0.8963592210236717, "test_acc1": 77.3620029196167, "test_acc5": 93.50000268951416, "epoch": 281, "n_parameters": 5261424}
|
| 283 |
+
{"train_lr": 1.9765768562247838e-05, "train_loss": 2.428109293317795, "test_loss": 0.8961387638221768, "test_acc1": 77.2720022833252, "test_acc5": 93.52200246032714, "epoch": 282, "n_parameters": 5261424}
|
| 284 |
+
{"train_lr": 1.87678108892994e-05, "train_loss": 2.4273528404712676, "test_loss": 0.8961209448821404, "test_acc1": 77.32400260192871, "test_acc5": 93.52000259521485, "epoch": 283, "n_parameters": 5261424}
|
| 285 |
+
{"train_lr": 1.782317405522524e-05, "train_loss": 2.4249769943475723, "test_loss": 0.8945962427293553, "test_acc1": 77.37400234191894, "test_acc5": 93.52600247802734, "epoch": 284, "n_parameters": 5261424}
|
| 286 |
+
{"train_lr": 1.6931961650099976e-05, "train_loss": 2.422537857723236, "test_loss": 0.893450581413858, "test_acc1": 77.41800240905762, "test_acc5": 93.62000269561767, "epoch": 285, "n_parameters": 5261424}
|
| 287 |
+
{"train_lr": 1.6094271405406848e-05, "train_loss": 2.428859375667572, "test_loss": 0.8926712905659395, "test_acc1": 77.41000230560303, "test_acc5": 93.58600247802734, "epoch": 286, "n_parameters": 5261424}
|
| 288 |
+
{"train_lr": 1.531019518332075e-05, "train_loss": 2.4290171338796616, "test_loss": 0.8952588572659913, "test_acc1": 77.37000266571044, "test_acc5": 93.4940024975586, "epoch": 287, "n_parameters": 5261424}
|
| 289 |
+
{"train_lr": 1.4579818966635463e-05, "train_loss": 2.431275105929375, "test_loss": 0.8940401500200524, "test_acc1": 77.39400267181396, "test_acc5": 93.55800251098633, "epoch": 288, "n_parameters": 5261424}
|
| 290 |
+
{"train_lr": 1.3903222849333597e-05, "train_loss": 2.428674425148964, "test_loss": 0.8958831381271867, "test_acc1": 77.33800242248535, "test_acc5": 93.51600261199951, "epoch": 289, "n_parameters": 5261424}
|
| 291 |
+
{"train_lr": 1.3280481027803639e-05, "train_loss": 2.414743735361099, "test_loss": 0.8935062720933381, "test_acc1": 77.42200262664795, "test_acc5": 93.52200251708985, "epoch": 290, "n_parameters": 5261424}
|
| 292 |
+
{"train_lr": 1.2711661792704507e-05, "train_loss": 2.4239996542215345, "test_loss": 0.8937135176623568, "test_acc1": 77.35800229187012, "test_acc5": 93.52000260345459, "epoch": 291, "n_parameters": 5261424}
|
| 293 |
+
{"train_lr": 1.2196827521475526e-05, "train_loss": 2.4156612226247787, "test_loss": 0.8933162261896274, "test_acc1": 77.36600247039794, "test_acc5": 93.5560028881836, "epoch": 292, "n_parameters": 5261424}
|
| 294 |
+
{"train_lr": 1.173603467149552e-05, "train_loss": 2.4272480249881743, "test_loss": 0.8920110569280737, "test_acc1": 77.48400256469726, "test_acc5": 93.57400217102051, "epoch": 293, "n_parameters": 5261424}
|
| 295 |
+
{"train_lr": 1.1329333773893148e-05, "train_loss": 2.420733706903458, "test_loss": 0.8940605122376891, "test_acc1": 77.4280021862793, "test_acc5": 93.566002600708, "epoch": 294, "n_parameters": 5261424}
|
| 296 |
+
{"train_lr": 1.0976769428005697e-05, "train_loss": 2.4114240698575973, "test_loss": 0.8939860949621481, "test_acc1": 77.4140024987793, "test_acc5": 93.52400278442383, "epoch": 295, "n_parameters": 5261424}
|
| 297 |
+
{"train_lr": 1.0678380296486024e-05, "train_loss": 2.4250557846069336, "test_loss": 0.8915677397128414, "test_acc1": 77.47400253509521, "test_acc5": 93.60000306671142, "epoch": 296, "n_parameters": 5261424}
|
| 298 |
+
{"train_lr": 1.043419910106501e-05, "train_loss": 2.4365814208507537, "test_loss": 0.8924504827488872, "test_acc1": 77.44200280303956, "test_acc5": 93.56200296905517, "epoch": 297, "n_parameters": 5261424}
|
| 299 |
+
{"train_lr": 1.0244252618962809e-05, "train_loss": 2.4289216519355774, "test_loss": 0.8909798413515091, "test_acc1": 77.46400261047363, "test_acc5": 93.49400255615234, "epoch": 298, "n_parameters": 5261424}
|
| 300 |
+
{"train_lr": 1.0108561679951607e-05, "train_loss": 2.4264704735040663, "test_loss": 0.89219551226672, "test_acc1": 77.4780025201416, "test_acc5": 93.50600240264893, "epoch": 299, "n_parameters": 5261424}
|
pth/geovig_ti_5e4_8G_300_75_22/checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69cf260371638421897b273855a3e0c876eca204db4440e18586def186681cee
|
| 3 |
+
size 58778936
|
pth/geovig_ti_5e4_8G_300_75_22/log.txt
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 7.046181871891021, "test_loss": 6.9464336668743805, "test_acc1": 0.11400000732421875, "test_acc5": 0.6100000269412994, "epoch": 0, "n_parameters": 3645250}
|
| 2 |
+
{"train_lr": 1.000000000000014e-06, "train_loss": 7.004935234928131, "test_loss": 6.914766595644109, "test_acc1": 0.14800000927448273, "test_acc5": 0.6880000294876099, "epoch": 1, "n_parameters": 3645250}
|
| 3 |
+
{"train_lr": 5.095000000000035e-05, "train_loss": 6.827050477600098, "test_loss": 6.481541416224311, "test_acc1": 1.2080000394058228, "test_acc5": 4.77600016571045, "epoch": 2, "n_parameters": 3645250}
|
| 4 |
+
{"train_lr": 0.00010090000000000065, "train_loss": 6.579692541027069, "test_loss": 6.041203677654266, "test_acc1": 2.786000086784363, "test_acc5": 9.364000261917115, "epoch": 3, "n_parameters": 3645250}
|
| 5 |
+
{"train_lr": 0.0001508499999999984, "train_loss": 6.35749197845459, "test_loss": 5.567697826553793, "test_acc1": 5.562000170631409, "test_acc5": 16.47800041305542, "epoch": 4, "n_parameters": 3645250}
|
| 6 |
+
{"train_lr": 0.0002008000000000008, "train_loss": 6.114383980846405, "test_loss": 5.131143938092625, "test_acc1": 9.374000261230469, "test_acc5": 24.714000764160158, "epoch": 5, "n_parameters": 3645250}
|
| 7 |
+
{"train_lr": 0.0002507499999999967, "train_loss": 5.862917330360412, "test_loss": 4.660306800814236, "test_acc1": 13.888000314025879, "test_acc5": 32.89000089782715, "epoch": 6, "n_parameters": 3645250}
|
| 8 |
+
{"train_lr": 0.0003006999999999963, "train_loss": 5.635177718734742, "test_loss": 4.315137771999135, "test_acc1": 17.51400055786133, "test_acc5": 38.86800131958008, "epoch": 7, "n_parameters": 3645250}
|
| 9 |
+
{"train_lr": 0.000350650000000002, "train_loss": 5.418672825241089, "test_loss": 3.8703189264325535, "test_acc1": 23.076000600128175, "test_acc5": 46.66200122344971, "epoch": 8, "n_parameters": 3645250}
|
| 10 |
+
{"train_lr": 0.00040060000000000085, "train_loss": 5.20149778766632, "test_loss": 3.569220655104693, "test_acc1": 27.072000830688477, "test_acc5": 51.992001130371094, "epoch": 9, "n_parameters": 3645250}
|
| 11 |
+
{"train_lr": 0.00045054999999999553, "train_loss": 5.030502251720429, "test_loss": 3.296997971394483, "test_acc1": 31.50000081604004, "test_acc5": 57.22800161376953, "epoch": 10, "n_parameters": 3645250}
|
| 12 |
+
{"train_lr": 0.0005004999999999981, "train_loss": 4.860249677419662, "test_loss": 3.097559814067448, "test_acc1": 34.544001023101806, "test_acc5": 60.38600184509277, "epoch": 11, "n_parameters": 3645250}
|
| 13 |
+
{"train_lr": 0.0005504499999999965, "train_loss": 4.722455432891846, "test_loss": 2.910022117635783, "test_acc1": 37.93200108840942, "test_acc5": 63.46000191986084, "epoch": 12, "n_parameters": 3645250}
|
| 14 |
+
{"train_lr": 0.0006004000000000008, "train_loss": 4.615906186151505, "test_loss": 2.728703118422452, "test_acc1": 41.084001244812015, "test_acc5": 66.64400212127686, "epoch": 13, "n_parameters": 3645250}
|
| 15 |
+
{"train_lr": 0.0006503500000000058, "train_loss": 4.477129060173034, "test_loss": 2.561031973537277, "test_acc1": 43.90800126495361, "test_acc5": 69.4700020779419, "epoch": 14, "n_parameters": 3645250}
|
| 16 |
+
{"train_lr": 0.000700299999999991, "train_loss": 4.396337510871887, "test_loss": 2.4819428535068737, "test_acc1": 45.52400123306274, "test_acc5": 70.70600189849854, "epoch": 15, "n_parameters": 3645250}
|
| 17 |
+
{"train_lr": 0.0007502500000000049, "train_loss": 4.310963050365448, "test_loss": 2.3892517887494145, "test_acc1": 46.958001336364745, "test_acc5": 72.31000209991456, "epoch": 16, "n_parameters": 3645250}
|
| 18 |
+
{"train_lr": 0.0008001999999999869, "train_loss": 4.239358637905121, "test_loss": 2.294370175284498, "test_acc1": 48.36600136230469, "test_acc5": 73.4700024597168, "epoch": 17, "n_parameters": 3645250}
|
| 19 |
+
{"train_lr": 0.0008501499999999948, "train_loss": 4.160528808546066, "test_loss": 2.2389395868076996, "test_acc1": 49.24800123626709, "test_acc5": 74.63800242218018, "epoch": 18, "n_parameters": 3645250}
|
| 20 |
+
{"train_lr": 0.0009000999999999993, "train_loss": 4.1001276065826415, "test_loss": 2.1883750145926193, "test_acc1": 50.326001344299314, "test_acc5": 75.28400271911622, "epoch": 19, "n_parameters": 3645250}
|
| 21 |
+
{"train_lr": 0.0009500499999999983, "train_loss": 4.052410018205642, "test_loss": 2.1341374981052734, "test_acc1": 51.13800138336182, "test_acc5": 75.90600260803222, "epoch": 20, "n_parameters": 3645250}
|
| 22 |
+
{"train_lr": 0.0009891830623632411, "train_loss": 3.993758229970932, "test_loss": 2.107682822381749, "test_acc1": 52.166001181335446, "test_acc5": 76.64600261810303, "epoch": 21, "n_parameters": 3645250}
|
| 23 |
+
{"train_lr": 0.0009880787971596758, "train_loss": 3.9528386754989624, "test_loss": 2.0111554475391613, "test_acc1": 53.694001466979984, "test_acc5": 77.67200249145507, "epoch": 22, "n_parameters": 3645250}
|
| 24 |
+
{"train_lr": 0.0009869215569222175, "train_loss": 3.8908448856830598, "test_loss": 1.9563076066620209, "test_acc1": 54.47800131134033, "test_acc5": 78.8500024887085, "epoch": 23, "n_parameters": 3645250}
|
| 25 |
+
{"train_lr": 0.0009857114685552701, "train_loss": 3.8548967338562012, "test_loss": 1.9488621016635614, "test_acc1": 55.10800156616211, "test_acc5": 78.9260023324585, "epoch": 24, "n_parameters": 3645250}
|
| 26 |
+
{"train_lr": 0.0009844486647586658, "train_loss": 3.8119730597019195, "test_loss": 1.8834682404994965, "test_acc1": 56.32400138397217, "test_acc5": 79.94000271240235, "epoch": 25, "n_parameters": 3645250}
|
| 27 |
+
{"train_lr": 0.0009831332840131042, "train_loss": 3.780076577615738, "test_loss": 1.8484958681990118, "test_acc1": 56.756001682128904, "test_acc5": 80.49400267913818, "epoch": 26, "n_parameters": 3645250}
|
| 28 |
+
{"train_lr": 0.000981765470564835, "train_loss": 3.7565280447006226, "test_loss": 1.820034186629688, "test_acc1": 57.65400163635254, "test_acc5": 80.91600235839844, "epoch": 27, "n_parameters": 3645250}
|
| 29 |
+
{"train_lr": 0.0009803453744100866, "train_loss": 3.7005609664916994, "test_loss": 1.7981513738632202, "test_acc1": 58.08200171508789, "test_acc5": 81.34000214538574, "epoch": 28, "n_parameters": 3645250}
|
| 30 |
+
{"train_lr": 0.0009788731512783803, "train_loss": 3.664241116094589, "test_loss": 1.7782021366498049, "test_acc1": 58.20600143890381, "test_acc5": 81.46800273468017, "epoch": 29, "n_parameters": 3645250}
|
| 31 |
+
{"train_lr": 0.000977348962615553, "train_loss": 3.640016290807724, "test_loss": 1.7384839561932228, "test_acc1": 59.1360016293335, "test_acc5": 82.23400235961914, "epoch": 30, "n_parameters": 3645250}
|
| 32 |
+
{"train_lr": 0.0009757729755661009, "train_loss": 3.6171235563755038, "test_loss": 1.715832559939693, "test_acc1": 59.6240016595459, "test_acc5": 82.49000262420654, "epoch": 31, "n_parameters": 3645250}
|
| 33 |
+
{"train_lr": 0.0009741453629547407, "train_loss": 3.6065105562210085, "test_loss": 1.7186439887565725, "test_acc1": 59.704001788330075, "test_acc5": 82.56200273529053, "epoch": 32, "n_parameters": 3645250}
|
| 34 |
+
{"train_lr": 0.0009724663032675387, "train_loss": 3.578505126571655, "test_loss": 1.6916292454389965, "test_acc1": 60.23000164672852, "test_acc5": 82.9540024609375, "epoch": 33, "n_parameters": 3645250}
|
| 35 |
+
{"train_lr": 0.0009707359806323507, "train_loss": 3.5662134066104887, "test_loss": 1.6613710154505337, "test_acc1": 60.51000175415039, "test_acc5": 83.12400263153076, "epoch": 34, "n_parameters": 3645250}
|
| 36 |
+
{"train_lr": 0.0009689545847984982, "train_loss": 3.5509229922294616, "test_loss": 1.6546591204755448, "test_acc1": 60.82000177978516, "test_acc5": 83.72800254608154, "epoch": 35, "n_parameters": 3645250}
|
| 37 |
+
{"train_lr": 0.0009671223111161096, "train_loss": 3.52208614730835, "test_loss": 1.6425018643631655, "test_acc1": 61.008001694641116, "test_acc5": 83.52600274932861, "epoch": 36, "n_parameters": 3645250}
|
| 38 |
+
{"train_lr": 0.0009652393605146904, "train_loss": 3.5042478051662447, "test_loss": 1.6432738707346075, "test_acc1": 61.20000178192139, "test_acc5": 83.56000268737793, "epoch": 37, "n_parameters": 3645250}
|
| 39 |
+
{"train_lr": 0.0009633059394809449, "train_loss": 3.4736672724723814, "test_loss": 1.6023668800206745, "test_acc1": 61.92600178131104, "test_acc5": 83.9620024975586, "epoch": 38, "n_parameters": 3645250}
|
| 40 |
+
{"train_lr": 0.0009613222600363117, "train_loss": 3.478130900144577, "test_loss": 1.608901151401155, "test_acc1": 61.99600171875, "test_acc5": 84.17400234069824, "epoch": 39, "n_parameters": 3645250}
|
| 41 |
+
{"train_lr": 0.0009592885397135722, "train_loss": 3.462550364303589, "test_loss": 1.5854805414290989, "test_acc1": 62.11400183563232, "test_acc5": 84.26000289733886, "epoch": 40, "n_parameters": 3645250}
|
| 42 |
+
{"train_lr": 0.0009572050015330774, "train_loss": 3.4656803780555725, "test_loss": 1.581051800180884, "test_acc1": 62.57800159332275, "test_acc5": 84.52400245880126, "epoch": 41, "n_parameters": 3645250}
|
| 43 |
+
{"train_lr": 0.0009550718739782967, "train_loss": 3.438203259563446, "test_loss": 1.5625625743585474, "test_acc1": 62.91200188232422, "test_acc5": 84.77000217773437, "epoch": 42, "n_parameters": 3645250}
|
| 44 |
+
{"train_lr": 0.0009528893909706769, "train_loss": 3.4254286026954652, "test_loss": 1.573354816173806, "test_acc1": 62.39400179840088, "test_acc5": 84.75800258850097, "epoch": 43, "n_parameters": 3645250}
|
| 45 |
+
{"train_lr": 0.0009506577918441002, "train_loss": 3.42167962641716, "test_loss": 1.5610540763420218, "test_acc1": 62.8860016885376, "test_acc5": 84.71400246185303, "epoch": 44, "n_parameters": 3645250}
|
| 46 |
+
{"train_lr": 0.0009483773213185096, "train_loss": 3.3973354297161102, "test_loss": 1.5419684933388935, "test_acc1": 63.13400171417236, "test_acc5": 84.93400233428954, "epoch": 45, "n_parameters": 3645250}
|
| 47 |
+
{"train_lr": 0.0009460482294732399, "train_loss": 3.4016674734592436, "test_loss": 1.5283477648216135, "test_acc1": 63.56400181457519, "test_acc5": 85.11600239227295, "epoch": 46, "n_parameters": 3645250}
|
| 48 |
+
{"train_lr": 0.0009436707717194543, "train_loss": 3.3788803879261016, "test_loss": 1.5339789193342714, "test_acc1": 63.468001621704104, "test_acc5": 85.22400243988037, "epoch": 47, "n_parameters": 3645250}
|
| 49 |
+
{"train_lr": 0.0009412452087721574, "train_loss": 3.372033147764206, "test_loss": 1.5239044142996563, "test_acc1": 63.584001733703616, "test_acc5": 85.37800232879638, "epoch": 48, "n_parameters": 3645250}
|
| 50 |
+
{"train_lr": 0.0009387718066217177, "train_loss": 3.3742585287094116, "test_loss": 1.5143524241798065, "test_acc1": 63.646001833190915, "test_acc5": 85.37600217834472, "epoch": 49, "n_parameters": 3645250}
|
| 51 |
+
{"train_lr": 0.0009362508365045016, "train_loss": 3.362815171670914, "test_loss": 1.4822640879189266, "test_acc1": 64.36200179107666, "test_acc5": 85.83600242645264, "epoch": 50, "n_parameters": 3645250}
|
| 52 |
+
{"train_lr": 0.0009336825748732965, "train_loss": 3.343423671770096, "test_loss": 1.4907901488682802, "test_acc1": 64.23400190032959, "test_acc5": 85.896002555542, "epoch": 51, "n_parameters": 3645250}
|
| 53 |
+
{"train_lr": 0.0009310673033669582, "train_loss": 3.3334858221530914, "test_loss": 1.496441295480027, "test_acc1": 64.34800170898437, "test_acc5": 85.7500023550415, "epoch": 52, "n_parameters": 3645250}
|
| 54 |
+
{"train_lr": 0.0009284053087794583, "train_loss": 3.3250830530166624, "test_loss": 1.48116904190358, "test_acc1": 64.54600208129882, "test_acc5": 86.01400230072022, "epoch": 53, "n_parameters": 3645250}
|
| 55 |
+
{"train_lr": 0.0009256968830284982, "train_loss": 3.3215431901454924, "test_loss": 1.5004601820426828, "test_acc1": 63.94000185974121, "test_acc5": 85.55600228912354, "epoch": 54, "n_parameters": 3645250}
|
| 56 |
+
{"train_lr": 0.0009229423231235073, "train_loss": 3.3124869337558747, "test_loss": 1.4712027017684544, "test_acc1": 64.65200196411134, "test_acc5": 85.91400224456787, "epoch": 55, "n_parameters": 3645250}
|
| 57 |
+
{"train_lr": 0.0009201419311329887, "train_loss": 3.2983631953239443, "test_loss": 1.4697254646350355, "test_acc1": 64.72800162322999, "test_acc5": 86.15600252197265, "epoch": 56, "n_parameters": 3645250}
|
| 58 |
+
{"train_lr": 0.0009172960141515063, "train_loss": 3.290026139640808, "test_loss": 1.4649327559506191, "test_acc1": 64.92800190490723, "test_acc5": 86.11000230041503, "epoch": 57, "n_parameters": 3645250}
|
| 59 |
+
{"train_lr": 0.0009144048842659087, "train_loss": 3.288839605093002, "test_loss": 1.458055976559134, "test_acc1": 64.90600190582275, "test_acc5": 86.25000256530761, "epoch": 58, "n_parameters": 3645250}
|
| 60 |
+
{"train_lr": 0.0009114688585211854, "train_loss": 3.292783668756485, "test_loss": 1.4629872787524671, "test_acc1": 64.97800218383789, "test_acc5": 86.1880027545166, "epoch": 59, "n_parameters": 3645250}
|
| 61 |
+
{"train_lr": 0.0009084882588856362, "train_loss": 3.2869545598506926, "test_loss": 1.4441995217519648, "test_acc1": 65.5020019152832, "test_acc5": 86.57400238433839, "epoch": 60, "n_parameters": 3645250}
|
| 62 |
+
{"train_lr": 0.000905463412215599, "train_loss": 3.2820892535686492, "test_loss": 1.4561515481156462, "test_acc1": 64.936001796875, "test_acc5": 86.3680024685669, "epoch": 61, "n_parameters": 3645250}
|
| 63 |
+
{"train_lr": 0.0009023946502196104, "train_loss": 3.2511452574253084, "test_loss": 1.4511448114233858, "test_acc1": 64.9580019998169, "test_acc5": 86.44800263549804, "epoch": 62, "n_parameters": 3645250}
|
| 64 |
+
{"train_lr": 0.0008992823094219802, "train_loss": 3.2695791043281557, "test_loss": 1.4689637834534925, "test_acc1": 64.7020018411255, "test_acc5": 86.1520024456787, "epoch": 63, "n_parameters": 3645250}
|
| 65 |
+
{"train_lr": 0.0008961267311259725, "train_loss": 3.2532935972213743, "test_loss": 1.4348804113619469, "test_acc1": 65.34800204284667, "test_acc5": 86.47200224487305, "epoch": 64, "n_parameters": 3645250}
|
| 66 |
+
{"train_lr": 0.0008929282613762865, "train_loss": 3.246175806379318, "test_loss": 1.4297378926592714, "test_acc1": 65.69000193328857, "test_acc5": 86.7780023538208, "epoch": 65, "n_parameters": 3645250}
|
| 67 |
+
{"train_lr": 0.0008896872509212004, "train_loss": 3.2555800387859346, "test_loss": 1.4297853388330515, "test_acc1": 65.4500019406128, "test_acc5": 86.53400244354248, "epoch": 66, "n_parameters": 3645250}
|
| 68 |
+
{"train_lr": 0.0008864040551740274, "train_loss": 3.2460377401828766, "test_loss": 1.4249007013790749, "test_acc1": 65.69400211334228, "test_acc5": 86.68400247619628, "epoch": 67, "n_parameters": 3645250}
|
| 69 |
+
{"train_lr": 0.0008830790341741599, "train_loss": 3.2449387112140657, "test_loss": 1.4089735369471943, "test_acc1": 65.980002265625, "test_acc5": 86.96800263427734, "epoch": 68, "n_parameters": 3645250}
|
| 70 |
+
{"train_lr": 0.0008797125525476078, "train_loss": 3.242998360204697, "test_loss": 1.4030233507647234, "test_acc1": 65.89200181488037, "test_acc5": 87.02000253234863, "epoch": 69, "n_parameters": 3645250}
|
| 71 |
+
{"train_lr": 0.0008763049794670726, "train_loss": 3.2227134332180025, "test_loss": 1.4260044426602476, "test_acc1": 65.66800203155518, "test_acc5": 86.86600262176513, "epoch": 70, "n_parameters": 3645250}
|
| 72 |
+
{"train_lr": 0.0008728566886113074, "train_loss": 3.2223758405208587, "test_loss": 1.3884015512817047, "test_acc1": 66.31600212738037, "test_acc5": 87.16600276977539, "epoch": 71, "n_parameters": 3645250}
|
| 73 |
+
{"train_lr": 0.0008693680581242697, "train_loss": 3.2147705839157106, "test_loss": 1.4148766924353207, "test_acc1": 65.83200190887452, "test_acc5": 86.83200270568848, "epoch": 72, "n_parameters": 3645250}
|
| 74 |
+
{"train_lr": 0.0008658394705736052, "train_loss": 3.210272191762924, "test_loss": 1.406263670500587, "test_acc1": 66.07000190185546, "test_acc5": 86.88000289550781, "epoch": 73, "n_parameters": 3645250}
|
| 75 |
+
{"train_lr": 0.0008622713129086835, "train_loss": 3.2054597193717957, "test_loss": 1.4202822433675037, "test_acc1": 66.07800166015625, "test_acc5": 86.66400279205322, "epoch": 74, "n_parameters": 3645250}
|
| 76 |
+
{"train_lr": 0.0008586639764182453, "train_loss": 3.2085026351451873, "test_loss": 1.389147879446254, "test_acc1": 66.61200180908203, "test_acc5": 87.21400271942139, "epoch": 75, "n_parameters": 3645250}
|
| 77 |
+
{"train_lr": 0.0008550178566873413, "train_loss": 3.202194218015671, "test_loss": 1.3878909476539667, "test_acc1": 66.31600192382813, "test_acc5": 87.20200269470214, "epoch": 76, "n_parameters": 3645250}
|
| 78 |
+
{"train_lr": 0.0008513333535541276, "train_loss": 3.184688374519348, "test_loss": 1.3884055487373297, "test_acc1": 66.60400207489013, "test_acc5": 87.21600239013672, "epoch": 77, "n_parameters": 3645250}
|
| 79 |
+
{"train_lr": 0.0008476108710658449, "train_loss": 3.1915833216190337, "test_loss": 1.381752004079959, "test_acc1": 66.69800183258057, "test_acc5": 87.31000257720947, "epoch": 78, "n_parameters": 3645250}
|
| 80 |
+
{"train_lr": 0.0008438508174347047, "train_loss": 3.18505706384182, "test_loss": 1.3777500268291025, "test_acc1": 66.47800197937012, "test_acc5": 87.26000225982666, "epoch": 79, "n_parameters": 3645250}
|
| 81 |
+
{"train_lr": 0.0008400536049929099, "train_loss": 3.1795232630968093, "test_loss": 1.3759527614011484, "test_acc1": 66.77800203857421, "test_acc5": 87.28800251556396, "epoch": 80, "n_parameters": 3645250}
|
| 82 |
+
{"train_lr": 0.0008362196501476326, "train_loss": 3.1735043704032897, "test_loss": 1.407016380744822, "test_acc1": 66.04200203979492, "test_acc5": 86.96600278839111, "epoch": 81, "n_parameters": 3645250}
|
| 83 |
+
{"train_lr": 0.0008323493733352064, "train_loss": 3.1861422796964645, "test_loss": 1.3870056797476376, "test_acc1": 66.38200195770264, "test_acc5": 87.3420024041748, "epoch": 82, "n_parameters": 3645250}
|
| 84 |
+
{"train_lr": 0.0008284431989751134, "train_loss": 3.167436199975014, "test_loss": 1.3651146866819437, "test_acc1": 66.80600202880859, "test_acc5": 87.49800240478515, "epoch": 83, "n_parameters": 3645250}
|
| 85 |
+
{"train_lr": 0.000824501555423352, "train_loss": 3.1672770658016205, "test_loss": 1.3806429369484676, "test_acc1": 66.4560019973755, "test_acc5": 87.23000223999023, "epoch": 84, "n_parameters": 3645250}
|
| 86 |
+
{"train_lr": 0.0008205248749256087, "train_loss": 3.1539745725154877, "test_loss": 1.3769345984739416, "test_acc1": 66.46600168701171, "test_acc5": 87.19000247497559, "epoch": 85, "n_parameters": 3645250}
|
| 87 |
+
{"train_lr": 0.0008165135935696611, "train_loss": 3.1726111541748048, "test_loss": 1.3403412559453178, "test_acc1": 67.26800212158203, "test_acc5": 87.82000225646972, "epoch": 86, "n_parameters": 3645250}
|
| 88 |
+
{"train_lr": 0.0008124681512377586, "train_loss": 3.1548657415390013, "test_loss": 1.3628222837167627, "test_acc1": 67.08600211242675, "test_acc5": 87.62000269989014, "epoch": 87, "n_parameters": 3645250}
|
| 89 |
+
{"train_lr": 0.0008083889915582185, "train_loss": 3.1541339788913727, "test_loss": 1.3559348447357906, "test_acc1": 67.18600223571778, "test_acc5": 87.64400251831054, "epoch": 88, "n_parameters": 3645250}
|
| 90 |
+
{"train_lr": 0.0008042765618568836, "train_loss": 3.1576254162788393, "test_loss": 1.381111316382885, "test_acc1": 66.69800204284668, "test_acc5": 87.23800262207031, "epoch": 89, "n_parameters": 3645250}
|
| 91 |
+
{"train_lr": 0.0008001313131079762, "train_loss": 3.147666650271416, "test_loss": 1.346403375706252, "test_acc1": 67.12000183441162, "test_acc5": 87.71800215911865, "epoch": 90, "n_parameters": 3645250}
|
| 92 |
+
{"train_lr": 0.0007959536998847768, "train_loss": 3.1421777525901793, "test_loss": 1.3594593760721825, "test_acc1": 67.24400229187012, "test_acc5": 87.49600246063233, "epoch": 91, "n_parameters": 3645250}
|
| 93 |
+
{"train_lr": 0.0007917441803096359, "train_loss": 3.1531130023002625, "test_loss": 1.3406292112434612, "test_acc1": 67.54400196411133, "test_acc5": 87.80000237701417, "epoch": 92, "n_parameters": 3645250}
|
| 94 |
+
{"train_lr": 0.0007875032160037932, "train_loss": 3.1468544464349746, "test_loss": 1.3289036216104733, "test_acc1": 67.72600206695557, "test_acc5": 87.93400262207031, "epoch": 93, "n_parameters": 3645250}
|
| 95 |
+
{"train_lr": 0.0007832312720367915, "train_loss": 3.145419247364998, "test_loss": 1.331738586373189, "test_acc1": 67.52400205627441, "test_acc5": 87.97600251342773, "epoch": 94, "n_parameters": 3645250}
|
| 96 |
+
{"train_lr": 0.0007789288168754645, "train_loss": 3.1363640567779543, "test_loss": 1.3294709771871567, "test_acc1": 67.77000227539062, "test_acc5": 88.00600254974366, "epoch": 95, "n_parameters": 3645250}
|
| 97 |
+
{"train_lr": 0.0007745963223324438, "train_loss": 3.123981528902054, "test_loss": 1.338936769787003, "test_acc1": 67.64400181365967, "test_acc5": 87.77400280090332, "epoch": 96, "n_parameters": 3645250}
|
| 98 |
+
{"train_lr": 0.0007702342635145934, "train_loss": 3.132668237876892, "test_loss": 1.3376203512444216, "test_acc1": 67.55800220611572, "test_acc5": 88.0200025402832, "epoch": 97, "n_parameters": 3645250}
|
| 99 |
+
{"train_lr": 0.0007658431187708594, "train_loss": 3.124395159506798, "test_loss": 1.3339198288672112, "test_acc1": 67.64200192108154, "test_acc5": 87.81000244354249, "epoch": 98, "n_parameters": 3645250}
|
| 100 |
+
{"train_lr": 0.0007614233696396937, "train_loss": 3.1113637592315673, "test_loss": 1.3118918647660929, "test_acc1": 67.99200205596924, "test_acc5": 88.22400250183105, "epoch": 99, "n_parameters": 3645250}
|
| 101 |
+
{"train_lr": 0.000756975500796441, "train_loss": 3.1260390683174135, "test_loss": 1.3424204671207596, "test_acc1": 67.67200214141846, "test_acc5": 87.60800265563965, "epoch": 100, "n_parameters": 3645250}
|
| 102 |
+
{"train_lr": 0.0007524999999999928, "train_loss": 3.117390564608574, "test_loss": 1.333601090399658, "test_acc1": 67.7980021194458, "test_acc5": 87.89600257507324, "epoch": 101, "n_parameters": 3645250}
|
| 103 |
+
{"train_lr": 0.0007479973580394899, "train_loss": 3.110307208442688, "test_loss": 1.330232102643041, "test_acc1": 67.86200182434082, "test_acc5": 87.96000270019532, "epoch": 102, "n_parameters": 3645250}
|
| 104 |
+
{"train_lr": 0.000743468068680353, "train_loss": 3.1148970381498335, "test_loss": 1.3208902973462553, "test_acc1": 68.06400207519532, "test_acc5": 88.16200256378174, "epoch": 103, "n_parameters": 3645250}
|
| 105 |
+
{"train_lr": 0.0007389126286101879, "train_loss": 3.1104262062549592, "test_loss": 1.300731525701635, "test_acc1": 68.2540019519043, "test_acc5": 88.33400246032714, "epoch": 104, "n_parameters": 3645250}
|
| 106 |
+
{"train_lr": 0.0007343315373843354, "train_loss": 3.1045958841323853, "test_loss": 1.3136418659020872, "test_acc1": 68.13200213806152, "test_acc5": 88.19800266021728, "epoch": 105, "n_parameters": 3645250}
|
| 107 |
+
{"train_lr": 0.0007297252973710828, "train_loss": 3.091919762468338, "test_loss": 1.3267199966837377, "test_acc1": 67.75200226867676, "test_acc5": 88.19800249328614, "epoch": 106, "n_parameters": 3645250}
|
| 108 |
+
{"train_lr": 0.0007250944136965464, "train_loss": 3.1019774346351623, "test_loss": 1.3119550250908907, "test_acc1": 68.21000216766357, "test_acc5": 88.27600260864257, "epoch": 107, "n_parameters": 3645250}
|
| 109 |
+
{"train_lr": 0.0007204393941893065, "train_loss": 3.0950372158527375, "test_loss": 1.343447365305003, "test_acc1": 67.59400199401856, "test_acc5": 87.76800261901856, "epoch": 108, "n_parameters": 3645250}
|
| 110 |
+
{"train_lr": 0.0007157607493247192, "train_loss": 3.079742329144478, "test_loss": 1.2874732823932873, "test_acc1": 68.50400233581543, "test_acc5": 88.55600215942383, "epoch": 109, "n_parameters": 3645250}
|
| 111 |
+
{"train_lr": 0.0007110589921688925, "train_loss": 3.091055187392235, "test_loss": 1.3189574392402874, "test_acc1": 67.91400207641601, "test_acc5": 88.0660028704834, "epoch": 110, "n_parameters": 3645250}
|
| 112 |
+
{"train_lr": 0.000706334638322525, "train_loss": 3.085010413789749, "test_loss": 1.28684283442357, "test_acc1": 68.67800207489013, "test_acc5": 88.51000235412597, "epoch": 111, "n_parameters": 3645250}
|
| 113 |
+
{"train_lr": 0.0007015882058642055, "train_loss": 3.0737245512962343, "test_loss": 1.2863258333767162, "test_acc1": 68.57400182159424, "test_acc5": 88.47400263244629, "epoch": 112, "n_parameters": 3645250}
|
| 114 |
+
{"train_lr": 0.0006968202152937847, "train_loss": 3.074555038046837, "test_loss": 1.3020783658413326, "test_acc1": 68.36800197875976, "test_acc5": 88.2220024685669, "epoch": 113, "n_parameters": 3645250}
|
| 115 |
+
{"train_lr": 0.0006920311894751399, "train_loss": 3.075835427308083, "test_loss": 1.2953446586342419, "test_acc1": 68.30600203002929, "test_acc5": 88.40600237121582, "epoch": 114, "n_parameters": 3645250}
|
| 116 |
+
{"train_lr": 0.0006872216535789248, "train_loss": 3.074317002868652, "test_loss": 1.2815797258825863, "test_acc1": 68.7720022177124, "test_acc5": 88.53200257751465, "epoch": 115, "n_parameters": 3645250}
|
| 117 |
+
{"train_lr": 0.0006823921350249157, "train_loss": 3.0717389544963836, "test_loss": 1.276253219036495, "test_acc1": 69.0020021685791, "test_acc5": 88.56000276458741, "epoch": 116, "n_parameters": 3645250}
|
| 118 |
+
{"train_lr": 0.0006775431634242922, "train_loss": 3.0662017571926117, "test_loss": 1.2977842925225986, "test_acc1": 68.34200218170166, "test_acc5": 88.4340025946045, "epoch": 117, "n_parameters": 3645250}
|
| 119 |
+
{"train_lr": 0.0006726752705214109, "train_loss": 3.0619460628032686, "test_loss": 1.2850008089752758, "test_acc1": 68.64400216278077, "test_acc5": 88.62400288726806, "epoch": 118, "n_parameters": 3645250}
|
| 120 |
+
{"train_lr": 0.0006677889901355911, "train_loss": 3.0534821325063706, "test_loss": 1.290238362901351, "test_acc1": 68.65000211029053, "test_acc5": 88.43000253295898, "epoch": 119, "n_parameters": 3645250}
|
| 121 |
+
{"train_lr": 0.0006628848581025501, "train_loss": 3.057823658800125, "test_loss": 1.282502712572322, "test_acc1": 68.76800234344482, "test_acc5": 88.64800256622314, "epoch": 120, "n_parameters": 3645250}
|
| 122 |
+
{"train_lr": 0.0006579634122155923, "train_loss": 3.061396760058403, "test_loss": 1.2746345641858436, "test_acc1": 68.97200212402343, "test_acc5": 88.68600234588624, "epoch": 121, "n_parameters": 3645250}
|
| 123 |
+
{"train_lr": 0.0006530251921667572, "train_loss": 3.04882663936615, "test_loss": 1.2768292738234295, "test_acc1": 68.7200020513916, "test_acc5": 88.62000269989014, "epoch": 122, "n_parameters": 3645250}
|
| 124 |
+
{"train_lr": 0.0006480707394875231, "train_loss": 3.0646671795129774, "test_loss": 1.2816515214302961, "test_acc1": 68.69800182525634, "test_acc5": 88.47600249389649, "epoch": 123, "n_parameters": 3645250}
|
| 125 |
+
{"train_lr": 0.0006431005974894128, "train_loss": 3.04567131831646, "test_loss": 1.2747074317406206, "test_acc1": 69.04800225982666, "test_acc5": 88.804002505188, "epoch": 124, "n_parameters": 3645250}
|
| 126 |
+
{"train_lr": 0.0006381153112045567, "train_loss": 3.0339557284832, "test_loss": 1.2915027084596016, "test_acc1": 68.86200204101563, "test_acc5": 88.52200228454589, "epoch": 125, "n_parameters": 3645250}
|
| 127 |
+
{"train_lr": 0.0006331154273257479, "train_loss": 3.0387700405836107, "test_loss": 1.2685345468275688, "test_acc1": 69.03200226898193, "test_acc5": 88.8160029095459, "epoch": 126, "n_parameters": 3645250}
|
| 128 |
+
{"train_lr": 0.0006281014941466045, "train_loss": 3.0392215503692626, "test_loss": 1.2896040787591654, "test_acc1": 68.62000212738037, "test_acc5": 88.404002784729, "epoch": 127, "n_parameters": 3645250}
|
| 129 |
+
{"train_lr": 0.000623074061501402, "train_loss": 3.0277588145017624, "test_loss": 1.2651211952461916, "test_acc1": 69.23600227203369, "test_acc5": 88.86400250793457, "epoch": 128, "n_parameters": 3645250}
|
| 130 |
+
{"train_lr": 0.0006180336807047836, "train_loss": 3.0417604371786116, "test_loss": 1.2726170670460253, "test_acc1": 68.98600229431152, "test_acc5": 88.66200256866455, "epoch": 129, "n_parameters": 3645250}
|
| 131 |
+
{"train_lr": 0.000612980904491296, "train_loss": 3.0172974096536636, "test_loss": 1.2557170242071152, "test_acc1": 69.03000179962159, "test_acc5": 88.86400263061523, "epoch": 130, "n_parameters": 3645250}
|
| 132 |
+
{"train_lr": 0.0006079162869547837, "train_loss": 3.0341420318365095, "test_loss": 1.2627527271123493, "test_acc1": 69.17400197662353, "test_acc5": 88.80600235717773, "epoch": 131, "n_parameters": 3645250}
|
| 133 |
+
{"train_lr": 0.0006028403834876749, "train_loss": 3.024532149028778, "test_loss": 1.2550893119152855, "test_acc1": 69.48200238891602, "test_acc5": 89.01200257751465, "epoch": 132, "n_parameters": 3645250}
|
| 134 |
+
{"train_lr": 0.0005977537507199276, "train_loss": 3.0180677413463592, "test_loss": 1.2404666415908758, "test_acc1": 69.66200218261719, "test_acc5": 89.12800281494141, "epoch": 133, "n_parameters": 3645250}
|
| 135 |
+
{"train_lr": 0.0005926569464581991, "train_loss": 3.0262489187955857, "test_loss": 1.2491183228352492, "test_acc1": 69.44000214752197, "test_acc5": 89.04000272033691, "epoch": 134, "n_parameters": 3645250}
|
| 136 |
+
{"train_lr": 0.0005875505296244655, "train_loss": 3.0077590575218203, "test_loss": 1.252542208222782, "test_acc1": 69.26200208282471, "test_acc5": 88.81800263336181, "epoch": 135, "n_parameters": 3645250}
|
| 137 |
+
{"train_lr": 0.0005824350601949121, "train_loss": 3.0114286237955095, "test_loss": 1.2705605073886759, "test_acc1": 69.0140020059204, "test_acc5": 88.668002164917, "epoch": 136, "n_parameters": 3645250}
|
| 138 |
+
{"train_lr": 0.00057731109913839, "train_loss": 3.0096519273281097, "test_loss": 1.270099344498971, "test_acc1": 69.40600216888427, "test_acc5": 88.85800269744873, "epoch": 137, "n_parameters": 3645250}
|
| 139 |
+
{"train_lr": 0.0005721792083549868, "train_loss": 3.0310362490653993, "test_loss": 1.2581370113527073, "test_acc1": 69.35000206451416, "test_acc5": 88.99400239562988, "epoch": 138, "n_parameters": 3645250}
|
| 140 |
+
{"train_lr": 0.000567039950614337, "train_loss": 3.00361902320385, "test_loss": 1.23883666755522, "test_acc1": 69.63400190429688, "test_acc5": 89.13400235992431, "epoch": 139, "n_parameters": 3645250}
|
| 141 |
+
{"train_lr": 0.0005618938894939631, "train_loss": 2.993134038639069, "test_loss": 1.2429372747154797, "test_acc1": 69.94200247436524, "test_acc5": 89.22600262542724, "epoch": 140, "n_parameters": 3645250}
|
| 142 |
+
{"train_lr": 0.0005567415893174923, "train_loss": 2.9917484200000763, "test_loss": 1.2363560532822329, "test_acc1": 69.84600232727051, "test_acc5": 89.10400242095947, "epoch": 141, "n_parameters": 3645250}
|
| 143 |
+
{"train_lr": 0.0005515836150926654, "train_loss": 2.9962498687982557, "test_loss": 1.2586629736949415, "test_acc1": 69.37800214263916, "test_acc5": 88.90800280090332, "epoch": 142, "n_parameters": 3645250}
|
| 144 |
+
{"train_lr": 0.0005464205324495009, "train_loss": 2.9943539415836335, "test_loss": 1.231387509361786, "test_acc1": 69.95000220489501, "test_acc5": 89.34400270355225, "epoch": 143, "n_parameters": 3645250}
|
| 145 |
+
{"train_lr": 0.0005412529075781727, "train_loss": 2.978985811161995, "test_loss": 1.243389759431867, "test_acc1": 69.50200203979492, "test_acc5": 89.0840023123169, "epoch": 144, "n_parameters": 3645250}
|
| 146 |
+
{"train_lr": 0.0005360813071670152, "train_loss": 2.9933850803136828, "test_loss": 1.2509017810225487, "test_acc1": 69.41200199157714, "test_acc5": 89.17200263916016, "epoch": 145, "n_parameters": 3645250}
|
| 147 |
+
{"train_lr": 0.0005309062983402558, "train_loss": 2.983125886654854, "test_loss": 1.2364095090066685, "test_acc1": 69.56400212158204, "test_acc5": 89.19800262786865, "epoch": 146, "n_parameters": 3645250}
|
| 148 |
+
{"train_lr": 0.0005257284485959466, "train_loss": 2.9800583299160004, "test_loss": 1.240838814745931, "test_acc1": 69.79400220489502, "test_acc5": 89.31400251312256, "epoch": 147, "n_parameters": 3645250}
|
| 149 |
+
{"train_lr": 0.0005205483257436682, "train_loss": 2.974015950155258, "test_loss": 1.2222590157214333, "test_acc1": 70.09200208618164, "test_acc5": 89.46600231811523, "epoch": 148, "n_parameters": 3645250}
|
| 150 |
+
{"train_lr": 0.0005153664978422641, "train_loss": 2.9729687656164168, "test_loss": 1.221589225180009, "test_acc1": 70.05400238220214, "test_acc5": 89.388002661438, "epoch": 149, "n_parameters": 3645250}
|
| 151 |
+
{"train_lr": 0.000510183533137536, "train_loss": 2.9765181723833085, "test_loss": 1.2231144567622858, "test_acc1": 70.17200212493897, "test_acc5": 89.32000243896485, "epoch": 150, "n_parameters": 3645250}
|
| 152 |
+
{"train_lr": 0.0005049999999999984, "train_loss": 2.9679851929187775, "test_loss": 1.2235366702079773, "test_acc1": 69.91600218444825, "test_acc5": 89.36000239318848, "epoch": 151, "n_parameters": 3645250}
|
| 153 |
+
{"train_lr": 0.0004998164668624585, "train_loss": 2.9657400079488756, "test_loss": 1.2221860421054505, "test_acc1": 70.18800221679687, "test_acc5": 89.22600228424072, "epoch": 152, "n_parameters": 3645250}
|
| 154 |
+
{"train_lr": 0.0004946335021577318, "train_loss": 2.9703738943338394, "test_loss": 1.2339726752218079, "test_acc1": 69.79200251159668, "test_acc5": 89.18600240753173, "epoch": 153, "n_parameters": 3645250}
|
| 155 |
+
{"train_lr": 0.0004894516742563286, "train_loss": 2.965452518725395, "test_loss": 1.230706798241419, "test_acc1": 69.8320022744751, "test_acc5": 89.34000226745606, "epoch": 154, "n_parameters": 3645250}
|
| 156 |
+
{"train_lr": 0.0004842715514040478, "train_loss": 2.954611641073227, "test_loss": 1.2117306506809067, "test_acc1": 70.40400234069824, "test_acc5": 89.4160025857544, "epoch": 155, "n_parameters": 3645250}
|
| 157 |
+
{"train_lr": 0.0004790937016597394, "train_loss": 2.949976196599007, "test_loss": 1.2164340177003075, "test_acc1": 70.3400021621704, "test_acc5": 89.50600235992431, "epoch": 156, "n_parameters": 3645250}
|
| 158 |
+
{"train_lr": 0.00047391869283299284, "train_loss": 2.961770744609833, "test_loss": 1.2079412358648636, "test_acc1": 70.31200244842529, "test_acc5": 89.59400253295898, "epoch": 157, "n_parameters": 3645250}
|
| 159 |
+
{"train_lr": 0.00046874709242182143, "train_loss": 2.9573494398117064, "test_loss": 1.23684491523925, "test_acc1": 69.79800196594238, "test_acc5": 89.05600247894287, "epoch": 158, "n_parameters": 3645250}
|
| 160 |
+
{"train_lr": 0.00046357946755049603, "train_loss": 2.9465104934453965, "test_loss": 1.224588398109464, "test_acc1": 70.02800198425292, "test_acc5": 89.39000284790039, "epoch": 159, "n_parameters": 3645250}
|
| 161 |
+
{"train_lr": 0.0004584163849073405, "train_loss": 2.948644680213928, "test_loss": 1.2001581608372576, "test_acc1": 70.58000195831299, "test_acc5": 89.62200267791748, "epoch": 160, "n_parameters": 3645250}
|
| 162 |
+
{"train_lr": 0.0004532584106825058, "train_loss": 2.9363132014751434, "test_loss": 1.197598756674458, "test_acc1": 70.55600232269288, "test_acc5": 89.73400232391357, "epoch": 161, "n_parameters": 3645250}
|
| 163 |
+
{"train_lr": 0.0004481061105060292, "train_loss": 2.954067125749588, "test_loss": 1.210454603766694, "test_acc1": 70.4480023739624, "test_acc5": 89.58000241516113, "epoch": 162, "n_parameters": 3645250}
|
| 164 |
+
{"train_lr": 0.0004429600493856733, "train_loss": 2.943828759241104, "test_loss": 1.1968140873838873, "test_acc1": 70.59600243499756, "test_acc5": 89.66000257965088, "epoch": 163, "n_parameters": 3645250}
|
| 165 |
+
{"train_lr": 0.00043782079164502406, "train_loss": 2.933968540930748, "test_loss": 1.208379455787294, "test_acc1": 70.47800233642577, "test_acc5": 89.6140027557373, "epoch": 164, "n_parameters": 3645250}
|
| 166 |
+
{"train_lr": 0.0004326889008616026, "train_loss": 2.9408554439783097, "test_loss": 1.199133467148332, "test_acc1": 70.73600216949463, "test_acc5": 89.83000276153564, "epoch": 165, "n_parameters": 3645250}
|
| 167 |
+
{"train_lr": 0.0004275649398050844, "train_loss": 2.934063379073143, "test_loss": 1.205334537607782, "test_acc1": 70.44400224395751, "test_acc5": 89.40200249053954, "epoch": 166, "n_parameters": 3645250}
|
| 168 |
+
{"train_lr": 0.0004224494703755325, "train_loss": 2.9334752692461015, "test_loss": 1.1995475265909643, "test_acc1": 70.69800237030029, "test_acc5": 89.5580027835083, "epoch": 167, "n_parameters": 3645250}
|
| 169 |
+
{"train_lr": 0.000417343053541802, "train_loss": 2.926805619072914, "test_loss": 1.1981810020173298, "test_acc1": 70.6320023928833, "test_acc5": 89.7620024520874, "epoch": 168, "n_parameters": 3645250}
|
| 170 |
+
{"train_lr": 0.0004122462492800679, "train_loss": 2.927265287208557, "test_loss": 1.1894263633910347, "test_acc1": 70.72800224639893, "test_acc5": 89.61200265014648, "epoch": 169, "n_parameters": 3645250}
|
| 171 |
+
{"train_lr": 0.0004071596165123316, "train_loss": 2.92110863571167, "test_loss": 1.1816113963723183, "test_acc1": 70.99600245513916, "test_acc5": 89.84200225921631, "epoch": 170, "n_parameters": 3645250}
|
| 172 |
+
{"train_lr": 0.0004020837130452056, "train_loss": 2.9160703033924102, "test_loss": 1.1999372958260424, "test_acc1": 70.86200222503662, "test_acc5": 89.69600237121583, "epoch": 171, "n_parameters": 3645250}
|
| 173 |
+
{"train_lr": 0.00039701909550871056, "train_loss": 2.918255511069298, "test_loss": 1.1743413595592274, "test_acc1": 71.20200246398926, "test_acc5": 90.01000207305908, "epoch": 172, "n_parameters": 3645250}
|
| 174 |
+
{"train_lr": 0.0003919663192952232, "train_loss": 2.921538747501373, "test_loss": 1.1852288658128065, "test_acc1": 70.95600194610596, "test_acc5": 89.69600252716064, "epoch": 173, "n_parameters": 3645250}
|
| 175 |
+
{"train_lr": 0.0003869259384986001, "train_loss": 2.900943017601967, "test_loss": 1.1733400620081846, "test_acc1": 71.13000235595703, "test_acc5": 89.93800261657715, "epoch": 174, "n_parameters": 3645250}
|
| 176 |
+
{"train_lr": 0.0003818985058534005, "train_loss": 2.905783632326126, "test_loss": 1.1800917045158499, "test_acc1": 71.04800231445313, "test_acc5": 89.98000236206055, "epoch": 175, "n_parameters": 3645250}
|
| 177 |
+
{"train_lr": 0.0003768845726742562, "train_loss": 2.907998354887962, "test_loss": 1.1601246529642273, "test_acc1": 71.46000239379883, "test_acc5": 90.1300024130249, "epoch": 176, "n_parameters": 3645250}
|
| 178 |
+
{"train_lr": 0.00037188468879544706, "train_loss": 2.909389450001717, "test_loss": 1.165431732640547, "test_acc1": 71.39200248596191, "test_acc5": 90.02400258300781, "epoch": 177, "n_parameters": 3645250}
|
| 179 |
+
{"train_lr": 0.00036689940251058385, "train_loss": 2.9118811034202574, "test_loss": 1.1704391968600891, "test_acc1": 71.30200240722657, "test_acc5": 90.00800274139404, "epoch": 178, "n_parameters": 3645250}
|
| 180 |
+
{"train_lr": 0.000361929260512484, "train_loss": 2.8920967375993727, "test_loss": 1.1624615884879057, "test_acc1": 71.42800238983155, "test_acc5": 90.12200272521973, "epoch": 179, "n_parameters": 3645250}
|
| 181 |
+
{"train_lr": 0.00035697480783323317, "train_loss": 2.8974185492038727, "test_loss": 1.1574244635070072, "test_acc1": 71.548002104187, "test_acc5": 90.24000234863281, "epoch": 180, "n_parameters": 3645250}
|
| 182 |
+
{"train_lr": 0.00035203658778440396, "train_loss": 2.8934412410259247, "test_loss": 1.1587382421335752, "test_acc1": 71.45200231689454, "test_acc5": 90.22000277038575, "epoch": 181, "n_parameters": 3645250}
|
| 183 |
+
{"train_lr": 0.00034711514189745326, "train_loss": 2.8722485923051835, "test_loss": 1.1579649829689194, "test_acc1": 71.5540024142456, "test_acc5": 90.23200239837647, "epoch": 182, "n_parameters": 3645250}
|
| 184 |
+
{"train_lr": 0.00034221100986439796, "train_loss": 2.8848487661361695, "test_loss": 1.1705556332188494, "test_acc1": 71.3980025076294, "test_acc5": 90.11000247436523, "epoch": 183, "n_parameters": 3645250}
|
| 185 |
+
{"train_lr": 0.00033732472947858237, "train_loss": 2.871743205952644, "test_loss": 1.1473263885606737, "test_acc1": 71.73600245819092, "test_acc5": 90.24800302062988, "epoch": 184, "n_parameters": 3645250}
|
| 186 |
+
{"train_lr": 0.0003324568365757046, "train_loss": 2.8781519160032274, "test_loss": 1.1493155890527893, "test_acc1": 71.57200267700195, "test_acc5": 90.32000250518799, "epoch": 185, "n_parameters": 3645250}
|
| 187 |
+
{"train_lr": 0.000327607864975073, "train_loss": 2.8934333485364916, "test_loss": 1.1482671698664917, "test_acc1": 71.71600206787109, "test_acc5": 90.21800255737304, "epoch": 186, "n_parameters": 3645250}
|
| 188 |
+
{"train_lr": 0.00032277834642108243, "train_loss": 2.860625815153122, "test_loss": 1.1481342423049843, "test_acc1": 71.66800248413085, "test_acc5": 90.30800250488281, "epoch": 187, "n_parameters": 3645250}
|
| 189 |
+
{"train_lr": 0.00031796881052486263, "train_loss": 2.8714962283611296, "test_loss": 1.1593440372277708, "test_acc1": 71.57000253448486, "test_acc5": 90.26200263885498, "epoch": 188, "n_parameters": 3645250}
|
| 190 |
+
{"train_lr": 0.00031317978470621165, "train_loss": 2.872140434908867, "test_loss": 1.1494774695704966, "test_acc1": 71.74000239074707, "test_acc5": 90.36000263549805, "epoch": 189, "n_parameters": 3645250}
|
| 191 |
+
{"train_lr": 0.0003084117941357861, "train_loss": 2.8744395064353943, "test_loss": 1.1719190215363222, "test_acc1": 71.25800253509522, "test_acc5": 89.89600232116699, "epoch": 190, "n_parameters": 3645250}
|
| 192 |
+
{"train_lr": 0.0003036653616774761, "train_loss": 2.8547567758321764, "test_loss": 1.1524773897493588, "test_acc1": 71.78200238250733, "test_acc5": 90.35800220062256, "epoch": 191, "n_parameters": 3645250}
|
| 193 |
+
{"train_lr": 0.00029894100783110094, "train_loss": 2.854636165189743, "test_loss": 1.1538105716600138, "test_acc1": 71.79000285339356, "test_acc5": 90.20200231781006, "epoch": 192, "n_parameters": 3645250}
|
| 194 |
+
{"train_lr": 0.00029423925067528794, "train_loss": 2.861262564611435, "test_loss": 1.1427552704425419, "test_acc1": 71.89600255126953, "test_acc5": 90.36200263214111, "epoch": 193, "n_parameters": 3645250}
|
| 195 |
+
{"train_lr": 0.0002895606058107008, "train_loss": 2.8487580117464066, "test_loss": 1.1401106886127417, "test_acc1": 72.04000256713867, "test_acc5": 90.38600239379883, "epoch": 194, "n_parameters": 3645250}
|
| 196 |
+
{"train_lr": 0.00028490558630345995, "train_loss": 2.8609670664787292, "test_loss": 1.1269447913064676, "test_acc1": 72.16200233337402, "test_acc5": 90.62400284790039, "epoch": 195, "n_parameters": 3645250}
|
| 197 |
+
{"train_lr": 0.00028027470262892434, "train_loss": 2.8420811168432234, "test_loss": 1.1362541979726624, "test_acc1": 72.1360024105835, "test_acc5": 90.5160022821045, "epoch": 196, "n_parameters": 3645250}
|
| 198 |
+
{"train_lr": 0.00027566846261567224, "train_loss": 2.8550014120817186, "test_loss": 1.122758756227353, "test_acc1": 72.26600258789063, "test_acc5": 90.70600266113281, "epoch": 197, "n_parameters": 3645250}
|
| 199 |
+
{"train_lr": 0.00027108737138981873, "train_loss": 2.848240277171135, "test_loss": 1.1313255175071604, "test_acc1": 72.24200261352539, "test_acc5": 90.50000240997315, "epoch": 198, "n_parameters": 3645250}
|
| 200 |
+
{"train_lr": 0.0002665319313196488, "train_loss": 2.8473326342105865, "test_loss": 1.1236765936893576, "test_acc1": 72.41800253753662, "test_acc5": 90.64800267608642, "epoch": 199, "n_parameters": 3645250}
|
| 201 |
+
{"train_lr": 0.0002620026419605044, "train_loss": 2.8574655970573426, "test_loss": 1.1206656718517052, "test_acc1": 72.59600259155273, "test_acc5": 90.56000252716065, "epoch": 200, "n_parameters": 3645250}
|
| 202 |
+
{"train_lr": 0.0002574999999999965, "train_loss": 2.8280097853183745, "test_loss": 1.1328305159421528, "test_acc1": 72.28200245269775, "test_acc5": 90.44400237121582, "epoch": 201, "n_parameters": 3645250}
|
| 203 |
+
{"train_lr": 0.00025302449920356636, "train_loss": 2.8196136940956116, "test_loss": 1.1103315386263763, "test_acc1": 72.5200027355957, "test_acc5": 90.78200278198243, "epoch": 202, "n_parameters": 3645250}
|
| 204 |
+
{"train_lr": 0.0002485766303603006, "train_loss": 2.8172564282894133, "test_loss": 1.1242779962280218, "test_acc1": 72.50800253753663, "test_acc5": 90.61000241882324, "epoch": 203, "n_parameters": 3645250}
|
| 205 |
+
{"train_lr": 0.00024415688122914276, "train_loss": 2.8211744816303255, "test_loss": 1.113876511945444, "test_acc1": 72.46000245666504, "test_acc5": 90.65800230987549, "epoch": 204, "n_parameters": 3645250}
|
| 206 |
+
{"train_lr": 0.0002397657364854005, "train_loss": 2.831576461839676, "test_loss": 1.1125353813609655, "test_acc1": 72.72000229675292, "test_acc5": 90.70400266662598, "epoch": 205, "n_parameters": 3645250}
|
| 207 |
+
{"train_lr": 0.0002354036776675589, "train_loss": 2.8143282408237456, "test_loss": 1.1213500065838589, "test_acc1": 72.57400252166748, "test_acc5": 90.6520020916748, "epoch": 206, "n_parameters": 3645250}
|
| 208 |
+
{"train_lr": 0.00023107118312454324, "train_loss": 2.823999257493019, "test_loss": 1.1224391035297339, "test_acc1": 72.37600226745606, "test_acc5": 90.71200239868165, "epoch": 207, "n_parameters": 3645250}
|
| 209 |
+
{"train_lr": 0.00022676872796319585, "train_loss": 2.8230390442371367, "test_loss": 1.1106698990744703, "test_acc1": 72.79800233428955, "test_acc5": 90.77200251403809, "epoch": 208, "n_parameters": 3645250}
|
| 210 |
+
{"train_lr": 0.0002224967839962059, "train_loss": 2.8118314615249633, "test_loss": 1.1061926562996471, "test_acc1": 72.75800243225098, "test_acc5": 90.80200225128173, "epoch": 209, "n_parameters": 3645250}
|
| 211 |
+
{"train_lr": 0.00021825581969037234, "train_loss": 2.808053093147278, "test_loss": 1.1015843188061434, "test_acc1": 72.86800252349853, "test_acc5": 90.84400280059815, "epoch": 210, "n_parameters": 3645250}
|
| 212 |
+
{"train_lr": 0.00021404630011522384, "train_loss": 2.791938659453392, "test_loss": 1.1019626064773869, "test_acc1": 72.82600231750489, "test_acc5": 90.89000262237549, "epoch": 211, "n_parameters": 3645250}
|
| 213 |
+
{"train_lr": 0.00020986868689201822, "train_loss": 2.8002328789949416, "test_loss": 1.112935324802118, "test_acc1": 72.53200214141846, "test_acc5": 90.76800262756348, "epoch": 212, "n_parameters": 3645250}
|
| 214 |
+
{"train_lr": 0.00020572343814312394, "train_loss": 2.8026755929708482, "test_loss": 1.1002434752881527, "test_acc1": 72.92400243865967, "test_acc5": 90.88000262695313, "epoch": 213, "n_parameters": 3645250}
|
| 215 |
+
{"train_lr": 0.00020161100844177845, "train_loss": 2.812703562283516, "test_loss": 1.1019334552042626, "test_acc1": 72.8120024118042, "test_acc5": 90.84200244049072, "epoch": 214, "n_parameters": 3645250}
|
| 216 |
+
{"train_lr": 0.0001975318487622385, "train_loss": 2.7940361245393754, "test_loss": 1.102807451477822, "test_acc1": 72.89800233917236, "test_acc5": 90.77000259399414, "epoch": 215, "n_parameters": 3645250}
|
| 217 |
+
{"train_lr": 0.0001934864064303293, "train_loss": 2.78767119884491, "test_loss": 1.09367036030573, "test_acc1": 73.07800260528565, "test_acc5": 90.91400274536133, "epoch": 216, "n_parameters": 3645250}
|
| 218 |
+
{"train_lr": 0.00018947512507440066, "train_loss": 2.793903586411476, "test_loss": 1.0960657110109049, "test_acc1": 72.90800245422363, "test_acc5": 90.98000274566651, "epoch": 217, "n_parameters": 3645250}
|
| 219 |
+
{"train_lr": 0.00018549844457664536, "train_loss": 2.7826112698793413, "test_loss": 1.086978440556456, "test_acc1": 73.26200247680664, "test_acc5": 91.1140024130249, "epoch": 218, "n_parameters": 3645250}
|
| 220 |
+
{"train_lr": 0.0001815568010248985, "train_loss": 2.7937779963970186, "test_loss": 1.082759766455959, "test_acc1": 73.30000246459961, "test_acc5": 91.08800256378174, "epoch": 219, "n_parameters": 3645250}
|
| 221 |
+
{"train_lr": 0.0001776506266647912, "train_loss": 2.7786750644922256, "test_loss": 1.088968685225529, "test_acc1": 73.0540026550293, "test_acc5": 91.0460026083374, "epoch": 220, "n_parameters": 3645250}
|
| 222 |
+
{"train_lr": 0.00017378034985236684, "train_loss": 2.775065165376663, "test_loss": 1.0847518034279346, "test_acc1": 73.15000262481689, "test_acc5": 91.1540024243164, "epoch": 221, "n_parameters": 3645250}
|
| 223 |
+
{"train_lr": 0.00016994639500708363, "train_loss": 2.784025539970398, "test_loss": 1.0796655878862913, "test_acc1": 73.16200246429443, "test_acc5": 91.120002661438, "epoch": 222, "n_parameters": 3645250}
|
| 224 |
+
{"train_lr": 0.00016614918256530024, "train_loss": 2.7760161737918856, "test_loss": 1.077571397756829, "test_acc1": 73.32200254852295, "test_acc5": 91.29000223388672, "epoch": 223, "n_parameters": 3645250}
|
| 225 |
+
{"train_lr": 0.0001623891289341499, "train_loss": 2.7667555965423585, "test_loss": 1.0767535023829515, "test_acc1": 73.29800233032226, "test_acc5": 91.16600246063233, "epoch": 224, "n_parameters": 3645250}
|
| 226 |
+
{"train_lr": 0.0001586666464458846, "train_loss": 2.764736695122719, "test_loss": 1.0906638051657116, "test_acc1": 73.06600229614257, "test_acc5": 91.05200261413574, "epoch": 225, "n_parameters": 3645250}
|
| 227 |
+
{"train_lr": 0.00015498214331266083, "train_loss": 2.7514756658792496, "test_loss": 1.0711425910977757, "test_acc1": 73.53800270629883, "test_acc5": 91.27000246551513, "epoch": 226, "n_parameters": 3645250}
|
| 228 |
+
{"train_lr": 0.00015133602358176324, "train_loss": 2.7594790132045746, "test_loss": 1.0772798935718395, "test_acc1": 73.42000244293213, "test_acc5": 91.10000280609131, "epoch": 227, "n_parameters": 3645250}
|
| 229 |
+
{"train_lr": 0.00014772868709131298, "train_loss": 2.7520525646209717, "test_loss": 1.0706489537568653, "test_acc1": 73.40200212493896, "test_acc5": 91.24200276702881, "epoch": 228, "n_parameters": 3645250}
|
| 230 |
+
{"train_lr": 0.00014416052942640043, "train_loss": 2.7488557091712953, "test_loss": 1.068523287334863, "test_acc1": 73.64400258911132, "test_acc5": 91.24800266387939, "epoch": 229, "n_parameters": 3645250}
|
| 231 |
+
{"train_lr": 0.00014063194187573225, "train_loss": 2.7418778648138047, "test_loss": 1.0678049825570162, "test_acc1": 73.58800249481202, "test_acc5": 91.27400258605957, "epoch": 230, "n_parameters": 3645250}
|
| 232 |
+
{"train_lr": 0.00013714331138868906, "train_loss": 2.744118885374069, "test_loss": 1.0724968829137438, "test_acc1": 73.60600223693848, "test_acc5": 91.27200246795654, "epoch": 231, "n_parameters": 3645250}
|
| 233 |
+
{"train_lr": 0.0001336950205329244, "train_loss": 2.750521323847771, "test_loss": 1.0640454741523546, "test_acc1": 73.57600236816407, "test_acc5": 91.33000252990723, "epoch": 232, "n_parameters": 3645250}
|
| 234 |
+
{"train_lr": 0.0001302874474523821, "train_loss": 2.7516088829994203, "test_loss": 1.0668771499220062, "test_acc1": 73.85800242279053, "test_acc5": 91.32000248809814, "epoch": 233, "n_parameters": 3645250}
|
| 235 |
+
{"train_lr": 0.0001269209658258524, "train_loss": 2.742847746348381, "test_loss": 1.0676513178383602, "test_acc1": 73.51000238433838, "test_acc5": 91.30400289916992, "epoch": 234, "n_parameters": 3645250}
|
| 236 |
+
{"train_lr": 0.0001235959448259852, "train_loss": 2.7212111434459687, "test_loss": 1.0639707264216507, "test_acc1": 73.80600253082275, "test_acc5": 91.38200236572266, "epoch": 235, "n_parameters": 3645250}
|
| 237 |
+
{"train_lr": 0.00012031274907879779, "train_loss": 2.7404063466072084, "test_loss": 1.057004065855461, "test_acc1": 73.93800239471436, "test_acc5": 91.43400247406007, "epoch": 236, "n_parameters": 3645250}
|
| 238 |
+
{"train_lr": 0.00011707173862370935, "train_loss": 2.732668088555336, "test_loss": 1.0582523258293377, "test_acc1": 73.8340025427246, "test_acc5": 91.3840025805664, "epoch": 237, "n_parameters": 3645250}
|
| 239 |
+
{"train_lr": 0.00011387326887403428, "train_loss": 2.721373143005371, "test_loss": 1.0579623715842472, "test_acc1": 73.85000251190185, "test_acc5": 91.4700024887085, "epoch": 238, "n_parameters": 3645250}
|
| 240 |
+
{"train_lr": 0.00011071769057802195, "train_loss": 2.7373832928419115, "test_loss": 1.0532583640340496, "test_acc1": 74.00800212097168, "test_acc5": 91.538002578125, "epoch": 239, "n_parameters": 3645250}
|
| 241 |
+
{"train_lr": 0.00010760534978039713, "train_loss": 2.7312819660186767, "test_loss": 1.0540627642151188, "test_acc1": 73.95600221160889, "test_acc5": 91.46400265625, "epoch": 240, "n_parameters": 3645250}
|
| 242 |
+
{"train_lr": 0.00010453658778440049, "train_loss": 2.7319037076234816, "test_loss": 1.0505371645969503, "test_acc1": 74.10400244171143, "test_acc5": 91.57000252807617, "epoch": 241, "n_parameters": 3645250}
|
| 243 |
+
{"train_lr": 0.00010151174111436452, "train_loss": 2.7329373847961427, "test_loss": 1.0471907111213488, "test_acc1": 74.13000277496337, "test_acc5": 91.60400251922607, "epoch": 242, "n_parameters": 3645250}
|
| 244 |
+
{"train_lr": 9.853114147881535e-05, "train_loss": 2.7140460407972338, "test_loss": 1.0495933739139753, "test_acc1": 74.13000252746582, "test_acc5": 91.532002555542, "epoch": 243, "n_parameters": 3645250}
|
| 245 |
+
{"train_lr": 9.559511573409251e-05, "train_loss": 2.719958719778061, "test_loss": 1.0453574276145767, "test_acc1": 74.13400254608155, "test_acc5": 91.60600291625977, "epoch": 244, "n_parameters": 3645250}
|
| 246 |
+
{"train_lr": 9.270398584849995e-05, "train_loss": 2.7141958641767503, "test_loss": 1.041748679297812, "test_acc1": 74.09600247680665, "test_acc5": 91.60400263458251, "epoch": 245, "n_parameters": 3645250}
|
| 247 |
+
{"train_lr": 8.985806886701458e-05, "train_loss": 2.714631347179413, "test_loss": 1.041377886910649, "test_acc1": 74.21200263916016, "test_acc5": 91.65800284881591, "epoch": 246, "n_parameters": 3645250}
|
| 248 |
+
{"train_lr": 8.70576768765023e-05, "train_loss": 2.710370175623894, "test_loss": 1.0404380364891361, "test_acc1": 74.2740021295166, "test_acc5": 91.59000281158447, "epoch": 247, "n_parameters": 3645250}
|
| 249 |
+
{"train_lr": 8.430311697150275e-05, "train_loss": 2.7147065569162367, "test_loss": 1.0373470217866056, "test_acc1": 74.25200220672608, "test_acc5": 91.78200231872559, "epoch": 248, "n_parameters": 3645250}
|
| 250 |
+
{"train_lr": 8.159469122054992e-05, "train_loss": 2.707103502345085, "test_loss": 1.0391243336831821, "test_acc1": 74.35400251281739, "test_acc5": 91.66600256652832, "epoch": 249, "n_parameters": 3645250}
|
| 251 |
+
{"train_lr": 7.893269663304716e-05, "train_loss": 2.693772277712822, "test_loss": 1.0358615642523064, "test_acc1": 74.44400234436036, "test_acc5": 91.68000255340576, "epoch": 250, "n_parameters": 3645250}
|
| 252 |
+
{"train_lr": 7.63174251267036e-05, "train_loss": 2.6972301208257674, "test_loss": 1.0367604605853558, "test_acc1": 74.37400278137207, "test_acc5": 91.71400262695313, "epoch": 251, "n_parameters": 3645250}
|
| 253 |
+
{"train_lr": 7.374916349550664e-05, "train_loss": 2.70224571185112, "test_loss": 1.035244568305857, "test_acc1": 74.39000249176026, "test_acc5": 91.71400263916016, "epoch": 252, "n_parameters": 3645250}
|
| 254 |
+
{"train_lr": 7.122819337828713e-05, "train_loss": 2.6936821687459944, "test_loss": 1.0315765924751759, "test_acc1": 74.46400272094726, "test_acc5": 91.75800251678467, "epoch": 253, "n_parameters": 3645250}
|
| 255 |
+
{"train_lr": 6.875479122782986e-05, "train_loss": 2.6867060883045197, "test_loss": 1.035377847359461, "test_acc1": 74.24200281677246, "test_acc5": 91.73600242431641, "epoch": 254, "n_parameters": 3645250}
|
| 256 |
+
{"train_lr": 6.632922828054899e-05, "train_loss": 2.707103470802307, "test_loss": 1.039178555502611, "test_acc1": 74.29600226623535, "test_acc5": 91.77200290130615, "epoch": 255, "n_parameters": 3645250}
|
| 257 |
+
{"train_lr": 6.395177052675797e-05, "train_loss": 2.682540018105507, "test_loss": 1.0307794592398054, "test_acc1": 74.51200247314453, "test_acc5": 91.8000023852539, "epoch": 256, "n_parameters": 3645250}
|
| 258 |
+
{"train_lr": 6.162267868149037e-05, "train_loss": 2.689293556523323, "test_loss": 1.0274198480388697, "test_acc1": 74.42600273345947, "test_acc5": 91.83000261169434, "epoch": 257, "n_parameters": 3645250}
|
| 259 |
+
{"train_lr": 5.934220815591366e-05, "train_loss": 2.676534874486923, "test_loss": 1.0317650202880888, "test_acc1": 74.45000255859375, "test_acc5": 91.81000279296875, "epoch": 258, "n_parameters": 3645250}
|
| 260 |
+
{"train_lr": 5.711060902931976e-05, "train_loss": 2.6955959340333937, "test_loss": 1.0256142798153793, "test_acc1": 74.52400251678466, "test_acc5": 91.82600257598877, "epoch": 259, "n_parameters": 3645250}
|
| 261 |
+
{"train_lr": 5.492812602170193e-05, "train_loss": 2.6804359142780303, "test_loss": 1.027685503311017, "test_acc1": 74.516002449646, "test_acc5": 91.79200233825684, "epoch": 260, "n_parameters": 3645250}
|
| 262 |
+
{"train_lr": 5.279499846691249e-05, "train_loss": 2.6841465149879458, "test_loss": 1.0246673905674148, "test_acc1": 74.61400266235351, "test_acc5": 91.86200249725341, "epoch": 261, "n_parameters": 3645250}
|
| 263 |
+
{"train_lr": 5.071146028642909e-05, "train_loss": 2.6875308185338973, "test_loss": 1.0240265766487402, "test_acc1": 74.62800243591309, "test_acc5": 91.90000239685058, "epoch": 262, "n_parameters": 3645250}
|
| 264 |
+
{"train_lr": 4.8677739963691654e-05, "train_loss": 2.6826699750900267, "test_loss": 1.0207530415671713, "test_acc1": 74.77000270477295, "test_acc5": 91.94000300231933, "epoch": 263, "n_parameters": 3645250}
|
| 265 |
+
{"train_lr": 4.669406051905222e-05, "train_loss": 2.6776389397144316, "test_loss": 1.0218083242721416, "test_acc1": 74.674002706604, "test_acc5": 91.9440024520874, "epoch": 264, "n_parameters": 3645250}
|
| 266 |
+
{"train_lr": 4.476063948531594e-05, "train_loss": 2.6920412465810775, "test_loss": 1.0220697048832388, "test_acc1": 74.77600261993408, "test_acc5": 91.97400269256592, "epoch": 265, "n_parameters": 3645250}
|
| 267 |
+
{"train_lr": 4.2877688883884916e-05, "train_loss": 2.6828025173664094, "test_loss": 1.0207084160955513, "test_acc1": 74.62400271820069, "test_acc5": 91.95800250335694, "epoch": 266, "n_parameters": 3645250}
|
| 268 |
+
{"train_lr": 4.104541520151309e-05, "train_loss": 2.685781163930893, "test_loss": 1.0232589271138697, "test_acc1": 74.75600238189698, "test_acc5": 91.87600240478515, "epoch": 267, "n_parameters": 3645250}
|
| 269 |
+
{"train_lr": 3.9264019367658284e-05, "train_loss": 2.6790714329242706, "test_loss": 1.0178702085771982, "test_acc1": 74.70600263549805, "test_acc5": 91.92200281829834, "epoch": 268, "n_parameters": 3645250}
|
| 270 |
+
{"train_lr": 3.753369673244649e-05, "train_loss": 2.664313460254669, "test_loss": 1.016583553131889, "test_acc1": 74.64400287628173, "test_acc5": 91.98000240570069, "epoch": 269, "n_parameters": 3645250}
|
| 271 |
+
{"train_lr": 3.5854637045255176e-05, "train_loss": 2.6753023696422575, "test_loss": 1.0186906204942394, "test_acc1": 74.73800229980469, "test_acc5": 91.97200261108398, "epoch": 270, "n_parameters": 3645250}
|
| 272 |
+
{"train_lr": 3.422702443389936e-05, "train_loss": 2.6723401261091233, "test_loss": 1.0191054260906052, "test_acc1": 74.75400267913818, "test_acc5": 91.95800230529785, "epoch": 271, "n_parameters": 3645250}
|
| 273 |
+
{"train_lr": 3.265103738444311e-05, "train_loss": 2.6650400830745697, "test_loss": 1.0128727544318228, "test_acc1": 74.87200272064209, "test_acc5": 92.08200234100342, "epoch": 272, "n_parameters": 3645250}
|
| 274 |
+
{"train_lr": 3.1126848721626995e-05, "train_loss": 2.674290060687065, "test_loss": 1.0138708504245562, "test_acc1": 74.84400239227296, "test_acc5": 92.08200248046874, "epoch": 273, "n_parameters": 3645250}
|
| 275 |
+
{"train_lr": 2.9654625589913407e-05, "train_loss": 2.672962252831459, "test_loss": 1.0114899711573826, "test_acc1": 74.7580024206543, "test_acc5": 92.09400252502441, "epoch": 274, "n_parameters": 3645250}
|
| 276 |
+
{"train_lr": 2.8234529435159356e-05, "train_loss": 2.668663359594345, "test_loss": 1.0144418622641003, "test_acc1": 74.90200272064209, "test_acc5": 92.0040027734375, "epoch": 275, "n_parameters": 3645250}
|
| 277 |
+
{"train_lr": 2.6866715986910995e-05, "train_loss": 2.6677669973373415, "test_loss": 1.0119175871505457, "test_acc1": 74.85200252227783, "test_acc5": 92.02600255859375, "epoch": 276, "n_parameters": 3645250}
|
| 278 |
+
{"train_lr": 2.5551335241327784e-05, "train_loss": 2.66935739467144, "test_loss": 1.0141805267947561, "test_acc1": 74.84800252166748, "test_acc5": 92.01400265350341, "epoch": 277, "n_parameters": 3645250}
|
| 279 |
+
{"train_lr": 2.4288531444730574e-05, "train_loss": 2.6663757515907287, "test_loss": 1.0102057478883688, "test_acc1": 74.8940026815796, "test_acc5": 92.102002578125, "epoch": 278, "n_parameters": 3645250}
|
| 280 |
+
{"train_lr": 2.3078443077785567e-05, "train_loss": 2.653356173658371, "test_loss": 1.0091909227125786, "test_acc1": 74.92800245269775, "test_acc5": 92.11200271484375, "epoch": 279, "n_parameters": 3645250}
|
| 281 |
+
{"train_lr": 2.1921202840320236e-05, "train_loss": 2.6644456540346146, "test_loss": 1.0118124658132301, "test_acc1": 74.98600256835938, "test_acc5": 92.0540026953125, "epoch": 280, "n_parameters": 3645250}
|
| 282 |
+
{"train_lr": 2.0816937636766334e-05, "train_loss": 2.6618898166179656, "test_loss": 1.0101757961160995, "test_acc1": 74.9260024923706, "test_acc5": 92.08200239959717, "epoch": 281, "n_parameters": 3645250}
|
| 283 |
+
{"train_lr": 1.9765768562247838e-05, "train_loss": 2.6515118724346163, "test_loss": 1.0066735229509718, "test_acc1": 75.06800268157959, "test_acc5": 92.12000251159668, "epoch": 282, "n_parameters": 3645250}
|
| 284 |
+
{"train_lr": 1.87678108892994e-05, "train_loss": 2.6605347954273224, "test_loss": 1.0096473439651377, "test_acc1": 74.94800268249512, "test_acc5": 92.0320023526001, "epoch": 283, "n_parameters": 3645250}
|
| 285 |
+
{"train_lr": 1.782317405522524e-05, "train_loss": 2.653640964436531, "test_loss": 1.008461199262563, "test_acc1": 75.0000024597168, "test_acc5": 92.10000256134033, "epoch": 284, "n_parameters": 3645250}
|
| 286 |
+
{"train_lr": 1.6931961650099976e-05, "train_loss": 2.6492400482654572, "test_loss": 1.0079345010659273, "test_acc1": 75.06400269226074, "test_acc5": 92.06800269805908, "epoch": 285, "n_parameters": 3645250}
|
| 287 |
+
{"train_lr": 1.6094271405406848e-05, "train_loss": 2.6492493907928467, "test_loss": 1.005815785159083, "test_acc1": 75.05600233947754, "test_acc5": 92.07400249206543, "epoch": 286, "n_parameters": 3645250}
|
| 288 |
+
{"train_lr": 1.531019518332075e-05, "train_loss": 2.654384436178207, "test_loss": 1.0082400723853533, "test_acc1": 75.02400262847901, "test_acc5": 92.07600266235352, "epoch": 287, "n_parameters": 3645250}
|
| 289 |
+
{"train_lr": 1.4579818966635463e-05, "train_loss": 2.6542945709943773, "test_loss": 1.0071843792410458, "test_acc1": 75.0420024081421, "test_acc5": 92.0820025088501, "epoch": 288, "n_parameters": 3645250}
|
| 290 |
+
{"train_lr": 1.3903222849333597e-05, "train_loss": 2.65149423956871, "test_loss": 1.0075541153988417, "test_acc1": 75.02200261169433, "test_acc5": 92.06800268188476, "epoch": 289, "n_parameters": 3645250}
|
| 291 |
+
{"train_lr": 1.3280481027803639e-05, "train_loss": 2.651197604036331, "test_loss": 1.0056083899210482, "test_acc1": 75.07600301483154, "test_acc5": 92.13200273773194, "epoch": 290, "n_parameters": 3645250}
|
| 292 |
+
{"train_lr": 1.2711661792704507e-05, "train_loss": 2.6488022304058076, "test_loss": 1.0050505141125006, "test_acc1": 75.04600284606934, "test_acc5": 92.11400246704102, "epoch": 291, "n_parameters": 3645250}
|
| 293 |
+
{"train_lr": 1.2196827521475526e-05, "train_loss": 2.6438460468053817, "test_loss": 1.0061575408805818, "test_acc1": 75.05200244415283, "test_acc5": 92.09000248321533, "epoch": 292, "n_parameters": 3645250}
|
| 294 |
+
{"train_lr": 1.173603467149552e-05, "train_loss": 2.6502386481046676, "test_loss": 1.0058482484344173, "test_acc1": 75.06200255157471, "test_acc5": 92.0980027041626, "epoch": 293, "n_parameters": 3645250}
|
| 295 |
+
{"train_lr": 1.1329333773893148e-05, "train_loss": 2.650469273018837, "test_loss": 1.0050095357000828, "test_acc1": 75.04800273162842, "test_acc5": 92.1280025869751, "epoch": 294, "n_parameters": 3645250}
|
| 296 |
+
{"train_lr": 1.0976769428005697e-05, "train_loss": 2.6450817943572997, "test_loss": 1.0045320463969427, "test_acc1": 75.08800273590087, "test_acc5": 92.1220024697876, "epoch": 295, "n_parameters": 3645250}
|
| 297 |
+
{"train_lr": 1.0678380296486024e-05, "train_loss": 2.6629536596536636, "test_loss": 1.0036400313324787, "test_acc1": 75.21800257965089, "test_acc5": 92.2020025088501, "epoch": 296, "n_parameters": 3645250}
|
| 298 |
+
{"train_lr": 1.043419910106501e-05, "train_loss": 2.6471646003246305, "test_loss": 1.0028190018937868, "test_acc1": 75.11400259094238, "test_acc5": 92.1640022354126, "epoch": 297, "n_parameters": 3645250}
|
| 299 |
+
{"train_lr": 1.0244252618962809e-05, "train_loss": 2.637240337204933, "test_loss": 1.00388111239847, "test_acc1": 75.06400239837646, "test_acc5": 92.13600272094726, "epoch": 298, "n_parameters": 3645250}
|
| 300 |
+
{"train_lr": 1.0108561679951607e-05, "train_loss": 2.649737115073204, "test_loss": 1.003979469266008, "test_acc1": 75.05000241790772, "test_acc5": 92.14000233032226, "epoch": 299, "n_parameters": 3645250}
|