We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7896702 commit 04d822dCopy full SHA for 04d822d
sample_configs/resources/multimodal_frameworks.yaml
@@ -1,9 +1,11 @@
1
AutoGluon_branch:
2
repo: https://github.com/autogluon/autogluon.git
3
version: master
4
- params: # MultimodalPredictor.fit(params)
5
- presets: medium_quality
6
- time_limit: 500
7
- hyperparameters:
8
- optimization.max_epochs: 50
9
- optimization.learning_rate: 0.005
+ params: # MultimodalPredictor(**predictor_args).fit(**fit_args)
+ predictor_args:
+ presets: medium_quality
+ fit_args:
+ time_limit: 500
+ hyperparameters:
10
+ optimization.max_epochs: 50
11
+ optimization.learning_rate: 0.005
0 commit comments