Skip to content

Missing switch back to train() mode #6

@iamgroot42

Description

@iamgroot42

Hello. In the following lines:

self.model.eval()

and

self.model.eval()

The model is set to eval() mode (thus batch-norm statistics are not tracked) but is never reverted to train() as it should be, since the model is still in the process of training.

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