Skip to content

Commit 7e62941

Browse files
committed
add extra markers for batch size
1 parent ba57955 commit 7e62941

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

description/pytorch_autoencoder_v0.0.5.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,16 @@
116116
"title": "Batch Size",
117117
"param_key": "batch_size",
118118
"min": 16,
119-
"max": 128,
119+
"max": 512,
120120
"step": 16,
121121
"value": 32,
122122
"marks": {
123123
"16": "16",
124-
"128": "128"
124+
"32": "32",
125+
"64": "64",
126+
"128": "128",
127+
"256": "256",
128+
"512": "512"
125129
},
126130
"comp_group": "train_model"
127131
},
@@ -462,12 +466,16 @@
462466
"title": "Batch Size",
463467
"param_key": "batch_size",
464468
"min": 16,
465-
"max": 128,
469+
"max": 512,
466470
"step": 16,
467471
"value": 32,
468472
"marks": {
469473
"16": "16",
470-
"128": "128"
474+
"32": "32",
475+
"64": "64",
476+
"128": "128",
477+
"256": "256",
478+
"512": "512"
471479
},
472480
"comp_group": "tune_model"
473481
},
@@ -679,12 +687,16 @@
679687
"title": "Batch Size",
680688
"param_key": "batch_size",
681689
"min": 16,
682-
"max": 128,
690+
"max": 512,
683691
"step": 16,
684692
"value": 32,
685693
"marks": {
686694
"16": "16",
687-
"128": "128"
695+
"32": "32",
696+
"64": "64",
697+
"128": "128",
698+
"256": "256",
699+
"512": "512"
688700
},
689701
"comp_group": "prediction_model"
690702
},
@@ -711,4 +723,4 @@
711723
"python3 src/tune_model.py"
712724
],
713725
"public": false
714-
}
726+
}

0 commit comments

Comments
 (0)