mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Rangement dans le code 2
This commit is contained in:
parent
bd70efab96
commit
bc8e5f2817
37 changed files with 26624 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"Accuracy": 31.369999999999997,
|
||||
"Time": [
|
||||
38.67262149066667,
|
||||
0.4140408795968137
|
||||
],
|
||||
"Device": "TITAN RTX",
|
||||
"Param_names": [
|
||||
"Identity",
|
||||
"FlipUD",
|
||||
"FlipLR",
|
||||
"Rotate",
|
||||
"TranslateX",
|
||||
"TranslateY",
|
||||
"ShearX",
|
||||
"ShearY",
|
||||
"Contrast",
|
||||
"Color",
|
||||
"Brightness",
|
||||
"Sharpness",
|
||||
"Posterize",
|
||||
"Solarize"
|
||||
],
|
||||
"Log": [
|
||||
{
|
||||
"epoch": 1,
|
||||
"train_loss": 2.2571041584014893,
|
||||
"val_loss": 2.212921142578125,
|
||||
"acc": 20.169999999999998,
|
||||
"time": 38.788926192000005,
|
||||
"param": [
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774
|
||||
]
|
||||
},
|
||||
{
|
||||
"epoch": 2,
|
||||
"train_loss": 2.212834358215332,
|
||||
"val_loss": 2.043567180633545,
|
||||
"acc": 25.009999999999998,
|
||||
"time": 38.117478509,
|
||||
"param": [
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774
|
||||
]
|
||||
},
|
||||
{
|
||||
"epoch": 3,
|
||||
"train_loss": 2.091825008392334,
|
||||
"val_loss": 1.9359350204467773,
|
||||
"acc": 31.369999999999997,
|
||||
"time": 39.111459771,
|
||||
"param": [
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774,
|
||||
0.0714285746216774
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
34
higher/res/log/LeNet-3 epochs.json
Normal file
34
higher/res/log/LeNet-3 epochs.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"Accuracy": 39.2,
|
||||
"Time": [
|
||||
3.9452463850000012,
|
||||
0.2891758564900622
|
||||
],
|
||||
"Device": "TITAN RTX",
|
||||
"Log": [
|
||||
{
|
||||
"epoch": 0,
|
||||
"train_loss": 2.109266757965088,
|
||||
"val_loss": 2.1106348037719727,
|
||||
"acc": 22.3,
|
||||
"time": 4.312489993,
|
||||
"param": null
|
||||
},
|
||||
{
|
||||
"epoch": 1,
|
||||
"train_loss": 1.7782783508300781,
|
||||
"val_loss": 1.8776130676269531,
|
||||
"acc": 33.76,
|
||||
"time": 3.605794182000002,
|
||||
"param": null
|
||||
},
|
||||
{
|
||||
"epoch": 2,
|
||||
"train_loss": 1.8152618408203125,
|
||||
"val_loss": 1.6963396072387695,
|
||||
"acc": 39.2,
|
||||
"time": 3.9174549800000023,
|
||||
"param": null
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue