Skip to content

There are too many cycles #8

@csm-coder

Description

@csm-coder

for i in range(self.cfg.TRAIN.train_iters):

should the "self.cfg.TRAIN.train_iters " be changed to "int(self.cfg.TRAIN.iters/self.cfg.TRAIN.model_save_iters)"? otherwise,there are too many cycles.we will save 1600000 models?

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