Graph Transformers
channels
channels: <list[int]>
(Optional)
Description
A list of dimensions for layers in the graph neural network model for AutoML to explore.
channels
must be an even number between>= 2
and<= 1024
.
Supported Task Types
- Node classification and regression
Default Values
run_mode | Default Value |
---|---|
FAST | [64, 128] |
NORMAL | [64, 128] |
BEST | [64, 128] |