mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-04 00:29:10 -05:00
Renames "Spatial" module to "Convolutions"
Refactors the module name from "Spatial" to "Convolutions" to better reflect its content and purpose, which focuses on convolutional neural networks. This change ensures consistency and clarity across the codebase, documentation, and examples.
This commit is contained in:
@@ -143,7 +143,7 @@ class TestCompleteMLSystemStillWorks:
|
||||
2. Activation functions (Module 03)
|
||||
3. Layer infrastructure (Module 04)
|
||||
4. Dense networks (Module 05)
|
||||
5. Spatial operations (Module 06)
|
||||
5. Convolutions (Module 06)
|
||||
6. Attention mechanisms (Module 07)
|
||||
7. Data loading (Module 08)
|
||||
8. Automatic differentiation (Module 09)
|
||||
|
||||
Reference in New Issue
Block a user