mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-01 01:59: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:
@@ -7,7 +7,7 @@ This test validates that modules 1-11 work together for CNN image classification
|
||||
|
||||
Required modules:
|
||||
- Module 01-08: Core MLP functionality (from MNIST test)
|
||||
- Module 09: Spatial operations (Conv2d, MaxPool2d)
|
||||
- Module 09: Convolutions (Conv2d, MaxPool2d)
|
||||
- Module 10: DataLoader for efficient batch processing
|
||||
- Module 11: CNN training capabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user