Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,6 +25,8 @@ class Net(nn.Module):
|
|
| 25 |
out = self.fc2(out)
|
| 26 |
return out
|
| 27 |
|
|
|
|
|
|
|
| 28 |
## 📈 Training & Validation Loss
|
| 29 |
|
| 30 |
Below is the training vs. validation loss curve:
|
|
|
|
| 25 |
out = self.fc2(out)
|
| 26 |
return out
|
| 27 |
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
## 📈 Training & Validation Loss
|
| 31 |
|
| 32 |
Below is the training vs. validation loss curve:
|