mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-12 02:06:14 -05:00
- Fix incorrect imports (tinytorch.text/nn/data → tinytorch.core.*) - Fix MeanSquaredError → MSELoss imports - Fix learning_rate= → lr= for optimizer arguments - Rename test_progressive_integration.py files to unique names - Add missing PerformanceTestSuite classes to performance framework - Add pytest config to tinytorch/pyproject.toml to override coverage This resolves the pytest collection errors caused by module name conflicts.