Skip to content

Wrong kwarg name in output modules MLP #343

@sef43

Description

@sef43

Currently using the training argument "output_mlp_num_layers" will not actually do anything with a scalar output model.
The keyword argument here needs to be changed to "num_hidden_layers":

num_hidden_layers=kwargs.get("num_layers", 0),

To correspond to the passed value here:

num_hidden_layers=args.get("output_mlp_num_layers", 0),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions