Description
A list of potential number of multilayer perceptron layers after message passing layer in the graph neural network model for AutoML to explore.
- Each value in
num_post_message_passing_layers
must satisfy1 <= num_post_mp_layers <= 8
.
Supported Task Types
- All
Default Values
run_mode | Default Value |
---|---|
FAST | [1, 2] |
NORMAL | [1, 2] |
BEST | [1, 2] |
Updated 2 days ago