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

module_name: str#

Type of the module. Should be one of the Module

module_config: dict[str, Any]#

Configuration of the module

load_path: str | None = None#

Path to the module dump. If None, the module will be trained from scratch

__post_init__()#
Return type:

None