You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(deepalgo) root@intecom:/deepalgo/AIGVDet# bash train.sh
Traceback (most recent call last):
File "/root/deepalgo/AIGVDet/train.py", line 1, in
from core.utils.config import cfg # isort: split
ModuleNotFoundError: No module named 'core.utils.config'
(deepalgo) root@intecom:/deepalgo/AIGVDet# bash train.sh
Traceback (most recent call last):
File "/root/deepalgo/AIGVDet/train.py", line 9, in
from core.utils1.datasets import create_dataloader
File "/root/deepalgo/AIGVDet/core/utils1/datasets.py", line 16, in
from utils.config import CONFIGCLASS
ModuleNotFoundError: No module named 'utils'
The text was updated successfully, but these errors were encountered:
(deepalgo) root@intecom:
/deepalgo/AIGVDet# bash train.sh/deepalgo/AIGVDet# bash train.shTraceback (most recent call last):
File "/root/deepalgo/AIGVDet/train.py", line 1, in
from core.utils.config import cfg # isort: split
ModuleNotFoundError: No module named 'core.utils.config'
(deepalgo) root@intecom:
Traceback (most recent call last):
File "/root/deepalgo/AIGVDet/train.py", line 9, in
from core.utils1.datasets import create_dataloader
File "/root/deepalgo/AIGVDet/core/utils1/datasets.py", line 16, in
from utils.config import CONFIGCLASS
ModuleNotFoundError: No module named 'utils'
The text was updated successfully, but these errors were encountered: