fix #835: some broken imports

This commit is contained in:
源文雨
2023-07-23 14:32:53 +08:00
parent a002f817df
commit 18067aa85d
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import torch, traceback, os, pdb, sys
import torch, traceback, os, sys
now_dir = os.getcwd()
sys.path.append(now_dir)