issues
search
mlcommons
/
algorithmic-efficiency
MLCommons Algorithmic Efficiency is a benchmark and competition measuring neural network training speedups due to algorithmic improvements in both training algorithms and models.
https://mlcommons.org/en/groups/research-algorithms/
Apache License 2.0
335
stars
69
forks
source link
Clean up modeldiff tests
#807
Open
priyakasimbeg
opened
3 weeks ago
priyakasimbeg
commented
3 weeks ago
Refactor modeldiff tests so that:
variable names are clear (e.g. no
pyt
instead of
pytorch
)
script names are clear and descriptive
deduplicate logic
Refactor modeldiff tests so that:
pyt
instead ofpytorch
)