This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cs501r_f2018:lab2 [2018/09/10 18:38] wingated |
cs501r_f2018:lab2 [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| * 50% Successfully followed lab video and typed in code | * 50% Successfully followed lab video and typed in code | ||
| * 20% Modified code to include a test/train split | * 20% Modified code to include a test/train split | ||
| - | * 20% Modified code to include a visualization of train/test accuracies | + | * 20% Modified code to include a visualization of train/test losses |
| * 10% Tidy and legible figures, including labeled axes where appropriate | * 10% Tidy and legible figures, including labeled axes where appropriate | ||
| Line 94: | Line 94: | ||
| **Step 4.** Construct | **Step 4.** Construct | ||
| + | |||
| - a model class that inherits from “nn.Module” | - a model class that inherits from “nn.Module” | ||
| * Check out [[https://pytorch.org/docs/stable/nn.html#torch.nn.Module]] | * Check out [[https://pytorch.org/docs/stable/nn.html#torch.nn.Module]] | ||