mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 03:23:51 -05:00
- Remove demonstrate_complex_computation_graph() function from Module 05 (autograd) - Remove demonstrate_optimizer_integration() function from Module 06 (optimizers) - Module 04 (losses) had no demonstration functions to remove - Keep all core implementations and unit test functions intact - Keep final test_module() function for integration testing - All module tests continue to pass after cleanup(https://claude.ai/code)
30 lines
365 B
JSON
30 lines
365 B
JSON
{
|
|
"completed_modules": [
|
|
"01",
|
|
"02",
|
|
"03",
|
|
"06",
|
|
"08",
|
|
"04",
|
|
"05",
|
|
"07",
|
|
"09",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16",
|
|
"17",
|
|
"19",
|
|
"20"
|
|
],
|
|
"last_completed": "01",
|
|
"last_updated": "2025-09-30T07:54:20.947458",
|
|
"started_modules": [
|
|
"01",
|
|
"04"
|
|
],
|
|
"last_worked": "04"
|
|
} |