Testing code layout
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ where the data came from and in which folder it must go.
|
|
| 15 |
## Neccessary Package
|
| 16 |
- Since the model all runs on Hugging Face, you don't need to install any packages.
|
| 17 |
- However, if you do want to run the model locally, you will need to install these following packages:
|
| 18 |
-
``import torch
|
| 19 |
-
import torch.nn as nn
|
| 20 |
import torch.optim as optim
|
| 21 |
import torch.nn.functional as F
|
| 22 |
import numpy as np
|
|
|
|
| 15 |
## Neccessary Package
|
| 16 |
- Since the model all runs on Hugging Face, you don't need to install any packages.
|
| 17 |
- However, if you do want to run the model locally, you will need to install these following packages:
|
| 18 |
+
``import torch``
|
| 19 |
+
``import torch.nn as nn
|
| 20 |
import torch.optim as optim
|
| 21 |
import torch.nn.functional as F
|
| 22 |
import numpy as np
|