mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
docs: use code block for module status check command
This commit is contained in:
@@ -36,7 +36,11 @@ Input (features) --> Linear --> Sigmoid --> Output (0 or 1)
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-04 are completed for Part 1, and Modules 01-08 for Part 2. Check with `tito module status`.
|
||||
Before running, ensure you have completed the prerequisite modules. Part 1 requires Modules 01-04, Part 2 requires Modules 01-08. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/01_1957_perceptron
|
||||
|
||||
@@ -53,7 +53,11 @@ These 4 points **cannot** be separated by a single line. No amount of training c
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-08 are completed. Check with `tito module status`.
|
||||
Before running, ensure you have completed Modules 01-08. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/02_1969_xor
|
||||
|
||||
@@ -36,7 +36,11 @@ Images --> Flatten --> Linear --> ReLU --> Linear --> ReLU --> Linear --> Classe
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-08 are completed. Check with `tito module status`.
|
||||
Before running, ensure you have completed Modules 01-08. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/03_1986_mlp
|
||||
|
||||
@@ -33,7 +33,11 @@ Images --> Conv --> ReLU --> Pool --> Conv --> ReLU --> Pool --> Flatten --> Lin
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-09 are completed. Check with `tito module status`.
|
||||
Before running, ensure you have completed Modules 01-09. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/04_1998_cnn
|
||||
|
||||
@@ -39,7 +39,11 @@ Tokens --> Embeddings --> [Attention --> FFN] x N --> Output
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-13 are completed. Check with `tito module status`.
|
||||
Before running, ensure you have completed Modules 01-13. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/05_2017_transformer
|
||||
|
||||
@@ -37,7 +37,11 @@ Measure --> Optimize --> Validate --> Repeat
|
||||
|
||||
## Running the Milestone
|
||||
|
||||
Ensure Modules 01-18 are completed. Check with `tito module status`.
|
||||
Before running, ensure you have completed Modules 01-18. You can check your progress:
|
||||
|
||||
```bash
|
||||
tito module status
|
||||
```
|
||||
|
||||
```bash
|
||||
cd milestones/06_2018_mlperf
|
||||
|
||||
Reference in New Issue
Block a user