File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 116
116
"title" : " Batch Size" ,
117
117
"param_key" : " batch_size" ,
118
118
"min" : 16 ,
119
- "max" : 128 ,
119
+ "max" : 512 ,
120
120
"step" : 16 ,
121
121
"value" : 32 ,
122
122
"marks" : {
123
123
"16" : " 16" ,
124
- "128" : " 128"
124
+ "32" : " 32" ,
125
+ "64" : " 64" ,
126
+ "128" : " 128" ,
127
+ "256" : " 256" ,
128
+ "512" : " 512"
125
129
},
126
130
"comp_group" : " train_model"
127
131
},
462
466
"title" : " Batch Size" ,
463
467
"param_key" : " batch_size" ,
464
468
"min" : 16 ,
465
- "max" : 128 ,
469
+ "max" : 512 ,
466
470
"step" : 16 ,
467
471
"value" : 32 ,
468
472
"marks" : {
469
473
"16" : " 16" ,
470
- "128" : " 128"
474
+ "32" : " 32" ,
475
+ "64" : " 64" ,
476
+ "128" : " 128" ,
477
+ "256" : " 256" ,
478
+ "512" : " 512"
471
479
},
472
480
"comp_group" : " tune_model"
473
481
},
679
687
"title" : " Batch Size" ,
680
688
"param_key" : " batch_size" ,
681
689
"min" : 16 ,
682
- "max" : 128 ,
690
+ "max" : 512 ,
683
691
"step" : 16 ,
684
692
"value" : 32 ,
685
693
"marks" : {
686
694
"16" : " 16" ,
687
- "128" : " 128"
695
+ "32" : " 32" ,
696
+ "64" : " 64" ,
697
+ "128" : " 128" ,
698
+ "256" : " 256" ,
699
+ "512" : " 512"
688
700
},
689
701
"comp_group" : " prediction_model"
690
702
},
711
723
" python3 src/tune_model.py"
712
724
],
713
725
"public" : false
714
- }
726
+ }
You can’t perform that action at this time.
0 commit comments