Skip to content

Commit dfd0f3f

Browse files
committed
update frameworks
1 parent bcb7713 commit dfd0f3f

File tree

2 files changed

+66
-41
lines changed

2 files changed

+66
-41
lines changed

sample_configs/cloud_configs/resources/multimodal_frameworks.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ AutoGluon_branch:
99
optimization.learning_rate: 0.005
1010

1111
AutoGluon_best_master:
12-
repo: https://github.com/autogluon/autogluon.git
13-
version: master
12+
repo: https://github.com/suzhoum/autogluon.git
13+
version: add_constant_lr_decay
1414
params: # MultimodalPredictor.fit(params)
1515
presets: best_quality
1616

1717
ablation_base:
18-
repo: https://github.com/autogluon/autogluon.git
19-
version: master
18+
repo: https://github.com/suzhoum/autogluon.git
19+
version: add_constant_lr_decay
2020
params: # MultimodalPredictor.fit(params)
2121
presets: best_quality
2222
hyperparameters:
@@ -29,8 +29,8 @@ ablation_base:
2929

3030

3131
ablation_greedy_soup:
32-
repo: https://github.com/autogluon/autogluon.git
33-
version: master
32+
repo: https://github.com/suzhoum/autogluon.git
33+
version: add_constant_lr_decay
3434
params: # MultimodalPredictor.fit(params)
3535
presets: best_quality
3636
hyperparameters:
@@ -41,8 +41,8 @@ ablation_greedy_soup:
4141
optimization.lr_decay: 0
4242

4343
ablation_gradient_clip:
44-
repo: https://github.com/autogluon/autogluon.git
45-
version: master
44+
repo: https://github.com/suzhoum/autogluon.git
45+
version: add_constant_lr_decay
4646
params: # MultimodalPredictor.fit(params)
4747
presets: best_quality
4848
hyperparameters:
@@ -52,8 +52,8 @@ ablation_gradient_clip:
5252
optimization.lr_decay: 0
5353

5454
ablation_warmup_steps:
55-
repo: https://github.com/autogluon/autogluon.git
56-
version: master
55+
repo: https://github.com/suzhoum/autogluon.git
56+
version: add_constant_lr_decay
5757
params: # MultimodalPredictor.fit(params)
5858
presets: best_quality
5959
hyperparameters:
@@ -62,8 +62,8 @@ ablation_warmup_steps:
6262
optimization.lr_decay: 0
6363

6464
ablation_cosine_decay:
65-
repo: https://github.com/autogluon/autogluon.git
66-
version: master
65+
repo: https://github.com/suzhoum/autogluon.git
66+
version: add_constant_lr_decay
6767
params: # MultimodalPredictor.fit(params)
6868
presets: best_quality
6969
hyperparameters:
@@ -72,17 +72,17 @@ ablation_cosine_decay:
7272

7373

7474
ablation_weight_decay:
75-
repo: https://github.com/autogluon/autogluon.git
76-
version: master
75+
repo: https://github.com/suzhoum/autogluon.git
76+
version: add_constant_lr_decay
7777
params: # MultimodalPredictor.fit(params)
7878
presets: best_quality
7979
hyperparameters:
8080
optimization.lr_decay: 0
8181

8282

8383
ablation_lr_decay:
84-
repo: https://github.com/autogluon/autogluon.git
85-
version: master
84+
repo: https://github.com/suzhoum/autogluon.git
85+
version: add_constant_lr_decay
8686
params: # MultimodalPredictor.fit(params)
8787
presets: best_quality
8888

sample_configs/resources/multimodal_frameworks.yaml

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,85 @@ AutoGluon_branch:
99
optimization.learning_rate: 0.005
1010

1111
AutoGluon_best_master:
12-
repo: https://github.com/autogluon/autogluon.git
13-
version: master
12+
repo: https://github.com/suzhoum/autogluon.git
13+
version: add_constant_lr_decay
1414
params: # MultimodalPredictor.fit(params)
1515
presets: best_quality
16-
time_limit: 90
16+
17+
ablation_base:
18+
repo: https://github.com/suzhoum/autogluon.git
19+
version: add_constant_lr_decay
20+
params: # MultimodalPredictor.fit(params)
21+
presets: best_quality
22+
hyperparameters:
23+
optimization.top_k_average_method: best
24+
optimization.gradient_clip_val: 0
25+
optimization.warmup_steps: 0
26+
optimization.lr_schedule: constant
27+
optimization.weight_decay: 0
28+
optimization.lr_decay: 0
29+
1730

1831
ablation_greedy_soup:
19-
repo: https://github.com/autogluon/autogluon.git
20-
version: master
32+
repo: https://github.com/suzhoum/autogluon.git
33+
version: add_constant_lr_decay
2134
params: # MultimodalPredictor.fit(params)
2235
presets: best_quality
2336
hyperparameters:
24-
optimization.top_k_average_method: best
37+
optimization.gradient_clip_val: 0
38+
optimization.warmup_steps: 0
39+
optimization.lr_schedule: constant
40+
optimization.weight_decay: 0
41+
optimization.lr_decay: 0
2542

2643
ablation_gradient_clip:
27-
repo: https://github.com/autogluon/autogluon.git
28-
version: master
44+
repo: https://github.com/suzhoum/autogluon.git
45+
version: add_constant_lr_decay
2946
params: # MultimodalPredictor.fit(params)
3047
presets: best_quality
3148
hyperparameters:
32-
optimization.gradient_clip_algorithm: value
49+
optimization.warmup_steps: 0
50+
optimization.lr_schedule: constant
51+
optimization.weight_decay: 0
52+
optimization.lr_decay: 0
3353

3454
ablation_warmup_steps:
35-
repo: https://github.com/autogluon/autogluon.git
36-
version: master
55+
repo: https://github.com/suzhoum/autogluon.git
56+
version: add_constant_lr_decay
3757
params: # MultimodalPredictor.fit(params)
3858
presets: best_quality
3959
hyperparameters:
40-
optimization.warmup_steps: 0.0
60+
optimization.lr_schedule: constant
61+
optimization.weight_decay: 0
62+
optimization.lr_decay: 0
4163

4264
ablation_cosine_decay:
43-
repo: https://github.com/autogluon/autogluon.git
44-
version: master
65+
repo: https://github.com/suzhoum/autogluon.git
66+
version: add_constant_lr_decay
4567
params: # MultimodalPredictor.fit(params)
4668
presets: best_quality
4769
hyperparameters:
48-
optimization.lr_schedule: polynomial_decay
70+
optimization.weight_decay: 0
71+
optimization.lr_decay: 0
72+
4973

5074
ablation_weight_decay:
51-
repo: https://github.com/autogluon/autogluon.git
52-
version: master
75+
repo: https://github.com/suzhoum/autogluon.git
76+
version: add_constant_lr_decay
5377
params: # MultimodalPredictor.fit(params)
5478
presets: best_quality
5579
hyperparameters:
56-
optimization.weight_decay: 0.0
80+
optimization.lr_decay: 0
5781

58-
ablation_cosine_decay:
59-
repo: https://github.com/autogluon/autogluon.git
60-
version: master
82+
83+
ablation_lr_decay:
84+
repo: https://github.com/suzhoum/autogluon.git
85+
version: add_constant_lr_decay
6186
params: # MultimodalPredictor.fit(params)
6287
presets: best_quality
63-
hyperparameters:
64-
optimization.lr_decay: 0.0
65-
6688

67-
AutoKeras:
6889

90+
autokeras_master:
91+
repo: https://github.com/keras-team/keras-tuner.git
92+
version: master
93+

0 commit comments

Comments
 (0)