mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 16:21:14 -05:00
- Added test_unit_variable_class() call after function definition - Added test_unit_add_operation() call after function definition - Added test_unit_multiply_operation() call after function definition - Added test_unit_subtract_operation() call after function definition - Added test_unit_chain_rule() call after function definition - Added test_module_neural_network_training() call after function definition - Fixed function name mismatches in existing if __name__ == '__main__' calls Ensures all test functions are executed when cells run, providing immediate feedback to students.