mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 10:01:41 -05:00
Standardize section headers for 11_training module
This commit is contained in:
@@ -200,6 +200,11 @@ class MeanSquaredError:
|
||||
"""Alternative interface for forward pass."""
|
||||
return self.__call__(y_pred, y_true)
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
## 🔧 DEVELOPMENT
|
||||
"""
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
### 🧪 Unit Test: MSE Loss
|
||||
|
||||
Reference in New Issue
Block a user