mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 08:26:13 -05:00
Standardize section headers for 03_activations module
This commit is contained in:
@@ -224,6 +224,11 @@ class ReLU:
|
||||
"""Make the class callable: relu(x) instead of relu.forward(x)"""
|
||||
return self.forward(x)
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
## 🔧 DEVELOPMENT
|
||||
"""
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
### 🧪 Test Your ReLU Implementation
|
||||
|
||||
Reference in New Issue
Block a user