Hi, thanks for your great work. I found that I cannot load the module:
Traceback (most recent call last):
File /gpfs/gibbs/project/zhao/tl688/conda_envs/cpsc488/lib/python3.9/site-packages/IPython/core/interactiveshell.py:3548 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[2], line 9
from src.interface import UnitedNet
File /gpfs/gibbs/pi/zhao/tl688/UnitedNet/notebooks/../src/interface.py:11
from src.configs import *
File /gpfs/gibbs/pi/zhao/tl688/UnitedNet/notebooks/../src/configs/__init__.py:7
exec(f"from src.configs.{cur_f} import *")
File <string>:1
from src.configs./gpfs/gibbs/pi/zhao/tl688/UnitedNet/notebooks/../src/configs/patchseq import *
^
SyntaxError: invalid syntax
It seems that the current path did not work. How can I modify it to address this bug? Thanks.
Hi, thanks for your great work. I found that I cannot load the module:
It seems that the current path did not work. How can I modify it to address this bug? Thanks.