Skip to content

Commit 23642ac

Browse files
authored
Update train_nsf_sim_cache_sid_load_pretrain.py
1 parent 2a71c31 commit 23642ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

train_nsf_sim_cache_sid_load_pretrain.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
import os
1+
import os,sys
2+
now_dir = os.getcwd()
3+
sys.path.append(os.path.join(now_dir))
4+
sys.path.append(os.path.join(now_dir, "train"))
25

6+
from lib.train import utils
37
from lib.train import utils
48
import datetime
59

0 commit comments

Comments
 (0)