Skip to content

phase always = None #3

@hguowei

Description

@hguowei

In train_imagenet_nv.py, 'phase' always equals None, since set_epoch(epoch) will delete cur_phase when it is not None.
line 143: dm.set_epoch(epoch)
line 318: self.phases.remove(phase)
line 155: phase = dm.get_phase(epoch)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions