You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(multitask): handle batch_size=1 safely in fit/gating
- keep Linear accumulator on input device to avoid cross-device errors
- avoid global squeeze in BaseModel.fit for multi-task outputs
- use squeeze(1) in MMOE/PLE expert-gating outputs
- add batch_size=1 regression tests for MMOE and PLE
0 commit comments