sparseml
sparseml copied to clipboard
Why start_pending and end_pending accept steps_per_epoch?
Describe the question
Why https://github.com/neuralmagic/sparseml/blob/a6477f900b55afd555734fe6cf784e0137d815a5/src/sparseml/pytorch/sparsification/modifier.py#L525 and https://github.com/neuralmagic/sparseml/blob/a6477f900b55afd555734fe6cf784e0137d815a5/src/sparseml/pytorch/sparsification/modifier.py#L548 accept steps_per_epoch, given that it's unused param in these methods?