mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.58k stars 549 forks source link

[RNN-T] disable bucketing sampling by default #496

Closed mwawrzos closed 1 year ago

mwawrzos commented 3 years ago

Refers to https://github.com/mlcommons/training_policies/pull/453

github-actions[bot] commented 3 years ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

qpjaada commented 3 years ago

Looks fine - just to confirm, does using the BucketingSampler with (num_buckets=1) and using the SimpleSampler lead to the same behavior?

mwawrzos commented 3 years ago

Right, the behaviour will be the same.