Spaces:
Running
Running
admin
commited on
Commit
·
c51b54b
1
Parent(s):
e628636
use hf dld models
Browse files
model.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
import torchvision.models as models
|
4 |
-
from
|
5 |
from utils import MODEL_DIR
|
6 |
|
7 |
|
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
import torchvision.models as models
|
4 |
+
from huggingface_hub import MsDataset
|
5 |
from utils import MODEL_DIR
|
6 |
|
7 |
|