MLPDecoderQueryResponse.ConfigΒΆ

Component: MLPDecoderQueryResponse

class MLPDecoderQueryResponse.Config[source]

Bases: DecoderBase.Config

All Attributes (including base classes)

load_path: Optional[str] = None
save_path: Optional[str] = None
freeze: bool = False
shared_module_key: Optional[str] = None
hidden_dims: list[int] = []

Default JSON

{
    "load_path": null,
    "save_path": null,
    "freeze": false,
    "shared_module_key": null,
    "hidden_dims": []
}