Skip to content

Keep track of epoch state during training #12

@rosikand

Description

@rosikand

Have a global variable in the base experiment class called epoch_num. Child classes can call this whenever they'd like. Also, on the callbacks, pass this information in like so:

def on_epoch_end(self, epoch):
        ... 

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