Skip to content

Issue : Inconsistent model.train() calls within the training loop #11

Description

@PrinceSajjadHussain

The code calls model.train() twice in the inner loop of the train function, which is redundant and can be removed. The second call to model.train() does not provide any additional value and might be confusing.

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