Spaces:
Running
Running
ORI-Muchim
commited on
Commit
•
70c19db
1
Parent(s):
d3269d3
Update utils.py
Browse files
utils.py
CHANGED
@@ -11,8 +11,6 @@ import torch
|
|
11 |
|
12 |
MATPLOTLIB_FLAG = False
|
13 |
|
14 |
-
model = DDP(model, device_ids=[rank], find_unused_parameters=True)
|
15 |
-
|
16 |
logging.basicConfig(stream=sys.stdout, level=logging.ERROR)
|
17 |
logger = logging
|
18 |
|
|
|
11 |
|
12 |
MATPLOTLIB_FLAG = False
|
13 |
|
|
|
|
|
14 |
logging.basicConfig(stream=sys.stdout, level=logging.ERROR)
|
15 |
logger = logging
|
16 |
|