Commit
·
54159da
1
Parent(s):
0bd2cee
new version
Browse files
model.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
###import os,sys
|
| 2 |
###sys.path.insert(1,os.path.join(sys.path[0],".."))
|
| 3 |
-
from network import Net
|
| 4 |
-
from config import MNIST_config
|
| 5 |
from transformers import PreTrainedModel
|
| 6 |
# utils not used but importing it forces the upload to huggingface hub to include it
|
| 7 |
|
|
|
|
| 1 |
###import os,sys
|
| 2 |
###sys.path.insert(1,os.path.join(sys.path[0],".."))
|
| 3 |
+
from .network import Net
|
| 4 |
+
from .config import MNIST_config
|
| 5 |
from transformers import PreTrainedModel
|
| 6 |
# utils not used but importing it forces the upload to huggingface hub to include it
|
| 7 |
|