Spaces:
Running on Zero
Running on Zero
Update util.py
Browse files
util.py
CHANGED
|
@@ -5,6 +5,7 @@ import os
|
|
| 5 |
import json
|
| 6 |
import torch
|
| 7 |
from omegaconf import OmegaConf
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
def load_config(config_path: str):
|
|
|
|
| 5 |
import json
|
| 6 |
import torch
|
| 7 |
from omegaconf import OmegaConf
|
| 8 |
+
import numpy as np
|
| 9 |
|
| 10 |
|
| 11 |
def load_config(config_path: str):
|