autointent.configs.InferenceNodeConfig#
- class autointent.configs.InferenceNodeConfig#
Configuration for the inference node.
- node_type: autointent.custom_types.NodeType#
Type of the node. Should be one of the NODE_TYPES
- load_path: str | None = None#
Path to the module dump. If None, the module will be trained from scratch
- __post_init__()#
- Return type:
None