mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
[PR #1937] fix(mlperf-edu): anomaly-ae-train model-size gate impossible to pass #34661
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1937
Author: @Shashank-Tripathi-07
Created: 7/7/2026
Status: 🔄 Open
Base:
dev← Head:fix/anomaly-ae-model-size-budget📝 Commits (1)
a8ba239fix(mlperf-edu): anomaly-ae-train model-size gate impossible to pass📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
mlperf-edu/registry/suites/tiny/anomaly-ae-train.yaml(+1 -1)📄 Description
Summary
max_model_size_kb: 32could never be satisfied by the reference model it gates:AnomalyDetectionAE(640/784 -> 128x4 -> 8 -> 128x4 -> 640,reference/tiny/anomaly_detection_ae.py) has ~266K parameters -- matching this same file's ownparams: 0.3M-- which is ~1.03MB at FP32 and ~260KB even fully INT8-quantized.Test plan
params: 0.3M.pre-commit's YAML syntax check passes on the edited file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.