mlcommons / logging

MLPerf™ logging library
https://mlcommons.org/en/groups/best-practices-benchmark-infra
Apache License 2.0
30 stars 45 forks source link

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

Closed nv-rborkar closed 5 months ago

nv-rborkar commented 10 months ago

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

nv-rborkar commented 5 months ago

Fixed by above PRs. Closing issue.