Skip to content

the self.log problem in validation_step() #4141

@chankahou0968

Description

@chankahou0968

as doc say we should use self.log in last version,
but the loged data are strange if we change EvalResult() to self.log(on_epoch=True)

Then we check the data in tensorboard, the self.log() will only log the result of last batch each epoch, instead of the mean of them.

That is quite unreliable about this issue, it must be turned back to EvalResult() for correct experiments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedOpen to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions