mlcommons/logging

[v4.0 improvement] fix Stable Diffusion RCPs to use epochs/samples instead of step

Closed this issue · 1 comments

Currently SD rcps are using steps which decrease with increasing batch-size.
This will break rcp-pruning logic.

Please use samples/epochs in RCP json

Fixed by above PRs. Closing issue.