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
Current thread 0x00007f1a5f1c6700 (most recent call first):
File "<frozen importlib._bootstrap>", line 372 in _init_
File "<frozen importlib._bootstrap_external>", line 606 in spec_from_file_location
File "/gs/home/rswang/proj/SIGMA/fcos_core/utils/imports.py", line 12 in import_file
File "/gs/home/rswang/proj/SIGMA/fcos_core/data/build.py", line 221 in make_data_loader_source
File "tools/train_net_da.py", line 559 in train
File "tools/train_net_da.py", line 717 in main
File "tools/train_net_da.py", line 728 in
/var/spool/slurm/job8041367/slurm_script: line 23: 96067 Segmentation fault (core dumped) python tools/train_net_da.py --config-file configs/sigma_plus_plus/mine.yaml
编译用的gcc5.3没看到有报错,代码自带的环境检测如下:
Cuda compilation tools, release 10.2, V10.2.89
CUDA used to build PyTorch: 10.1
CUDA runtime version: 10.2.89
不知道是哪里出了问题呢?请作者指点一二~~
ps: cudatoolkit==10.1 torch1.4.0
The text was updated successfully, but these errors were encountered:
代码运行至加载完预训练权重后报错,一开始没有traceback,使用详细报错命令后有了这样的信息。
Current thread 0x00007f1a5f1c6700 (most recent call first):
File "<frozen importlib._bootstrap>", line 372 in _init_
File "<frozen importlib._bootstrap_external>", line 606 in spec_from_file_location
File "/gs/home/rswang/proj/SIGMA/fcos_core/utils/imports.py", line 12 in import_file
File "/gs/home/rswang/proj/SIGMA/fcos_core/data/build.py", line 221 in make_data_loader_source
File "tools/train_net_da.py", line 559 in train
File "tools/train_net_da.py", line 717 in main
File "tools/train_net_da.py", line 728 in
/var/spool/slurm/job8041367/slurm_script: line 23: 96067 Segmentation fault (core dumped) python tools/train_net_da.py --config-file configs/sigma_plus_plus/mine.yaml
编译用的gcc5.3没看到有报错,代码自带的环境检测如下:
Cuda compilation tools, release 10.2, V10.2.89
CUDA used to build PyTorch: 10.1
CUDA runtime version: 10.2.89
不知道是哪里出了问题呢?请作者指点一二~~
ps: cudatoolkit==10.1 torch1.4.0
The text was updated successfully, but these errors were encountered: