Skip to content

fit function in src/common/trainer.py does not use the saved parameter #59

Description

@palmer7996

Additionally the docstring lists it as default: True, when the actual function defaults to false.

def fit(self, train_data, valid_data=None, test_data=None, saved=False, verbose=True):
    r"""Train the model based on the train data and the valid data.

    Args:
        ...
        saved (bool, optional): whether to save the model parameters, default: True

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions