mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-05 09:09:13 -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:
@@ -18,7 +18,7 @@ MODULE_NAMES = {
|
||||
"06": "Optimizers",
|
||||
"07": "Training",
|
||||
"08": "DataLoader",
|
||||
"09": "Spatial",
|
||||
"09": "Convolutions",
|
||||
"10": "Tokenization",
|
||||
"11": "Embeddings",
|
||||
"12": "Attention",
|
||||
|
||||
@@ -23,7 +23,7 @@ MODULE_NAMES = {
|
||||
"06": "Optimizers",
|
||||
"07": "Training",
|
||||
"08": "DataLoader",
|
||||
"09": "Spatial",
|
||||
"09": "Convolutions",
|
||||
"10": "Tokenization",
|
||||
"11": "Embeddings",
|
||||
"12": "Attention",
|
||||
|
||||
Reference in New Issue
Block a user