question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

died with <Signals.SIGILL: 4>

See original GitHub issue

Hi, When I tried running the command sh scripts/arch_adapt_retinanet.sh with the model seed_mbv2.pt you provided as mentioned in README.md, I got following error, 06/26 06:47:57 PM - Start loading the model from ./seed_mbv2.pt 06/26 06:47:57 PM - Remapping for architecture adaptation starts! 06/26 06:47:57 PM - Remapping for architecture adaptation finished! Traceback (most recent call last): File "/home/liqs/anaconda3/envs/py37/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/liqs/anaconda3/envs/py37/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/liqs/anaconda3/envs/py37/lib/python3.7/site-packages/torch/distributed/launch.py", line 235, in <module> main() File "/home/liqs/anaconda3/envs/py37/lib/python3.7/site-packages/torch/distributed/launch.py", line 231, in main cmd=process.args) subprocess.CalledProcessError: Command '['/home/liqs/anaconda3/envs/py37/bin/python', '-u', './tools/search.py', '--local_rank=0', './configs/fna_retinanet_fpn_search.py', '--launcher', 'pytorch', '--seed', '1', '--work_dir', './', '--data_path', './coco/']' died with <Signals.SIGILL: 4>.

can you help me to fix it?

Environment:

  • OS: CentOS Linux release 7.4.1708
  • GPU: P100
  • Drivers: nvidia-418.43
  • cuda 10.0.130
  • cudnn 7.6.5
  • Python: 3.7.7
  • Pytorch: 1.1.0
  • mmdet 0.6.0
  • mmcv 0.2.10

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Harvest-Licommented, Jun 27, 2020

Very helpful! It should be a failed compilation of mmdetection. I replace gcc-4.8 that i originally used with gcc-5.5, and rebuild the environment this project needs and it works. Thank you for your help!

0reactions
JaminFongcommented, Jun 26, 2020

Could you please check if mmdetection is compiled successfully by running any script of the original mmdetection?

Read more comments on GitHub >

github_iconTop Results From Across the Web

RE: IsONclust on ONY; spot died with <Signals.SIGILL: 4>. #21
Hi I am running isONclust in a Conda environment and the spoa and medaka modules are loaded before the run.
Read more >
OpenMC crashing on Mac (<Signals.SIGILL: 4>) - User Support
It runs through my batches and then crashes with CalledProcessError: Command 'openmc' died with <Signals.SIGILL: 4>. as seen in the pictures ...
Read more >
Command '['/home/fera/ton/fift', '-V']' died with <Signals.SIGILL ...
ERROR: Command '['/home/fera/ton/fift', '-V']' died with <Signals.SIGILL: 4>. screenshot. I didn't try anything for this particular error ...
Read more >
Command '['/metaeuk/build/bin/metaeuk', '-h']' died with ...
Command '['/metaeuk/build/bin/metaeuk', '-h']' died with <Signals.SIGILL: 4>. Dear Colleague,. I try to run Busco from Docker.
Read more >
toncli: ERROR: Command '['/home/fera/ton/fift', '-V']' died with ...
Name of the lib toncli (ton developer libs). ERROR: Command '['/home/fera/ton/fift', '-V']' died with <Signals.SIGILL: 4>.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found