Update handler.py
Browse files- handler.py +2 -0
handler.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import torch
|
|
|
|
|
|
|
| 2 |
import os
|
| 3 |
from huggingface_hub import PyTorchModelHubMixin
|
| 4 |
|
|
|
|
| 1 |
import torch
|
| 2 |
+
import torch.nn as nn
|
| 3 |
+
import torch.optim as optim
|
| 4 |
import os
|
| 5 |
from huggingface_hub import PyTorchModelHubMixin
|
| 6 |
|