Simonlob commited on
Commit
ca1f9c1
·
verified ·
1 Parent(s): 20c0403

Update util.py

Browse files
Files changed (1) hide show
  1. util.py +1 -0
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):