> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/sdgm/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/sdgm/_mcp/server.

# num_post_message_passing_layers

#### `num_post_message_passing_layers: <list[int]>` (Optional)

## 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 satisfy `1 <= num_post_mp_layers <= 8`.

### Supported Task Types

* All

### Default Values

| [run\_mode](/run-mode) | Default Value |
| ---------------------- | ------------- |
| FAST                   | `[1, 2]`      |
| NORMAL                 | `[1, 2]`      |
| BEST                   | `[1, 2]`      |