ilyassmoummad
commited on
Commit
•
bedbb17
1
Parent(s):
d10ab45
Update default.py
Browse files- default.py +2 -2
default.py
CHANGED
@@ -6,8 +6,8 @@ import os.path as op
|
|
6 |
import yaml
|
7 |
from yacs.config import CfgNode as CN
|
8 |
|
9 |
-
from config import comm
|
10 |
-
|
11 |
|
12 |
_C = CN()
|
13 |
|
|
|
6 |
import yaml
|
7 |
from yacs.config import CfgNode as CN
|
8 |
|
9 |
+
#from config import comm
|
10 |
+
import comm
|
11 |
|
12 |
_C = CN()
|
13 |
|