Skip to content

adding a stop_epoch_interval #699

@cleverca22

Description

@cleverca22
[chain]
stop_epoch = XX

instead of specifying an epoch to stop on, which then requires constantly updating the config file
can we have a stop_epoch_interval = 5? so it will just stop when epoch % 5 == 0 ?

if you want to stop on every epoch, simply set stop_epoch_interval = 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions