chenjoya / 2dtan

An optimized re-implementation for 2D-TAN: Learning 2D Temporal Localization Networks for Moment Localization with Natural Language (AAAI'2020).
125 stars 15 forks source link

died with <Signals.SIGKILL: 9> #6

Open balabanahei opened 4 years ago

balabanahei commented 4 years ago

The experiments on TACOS dataset is ok. But on activitynet dataset, there are some errors when preparing data. How can I fix it? Thanks!

2020-08-18 10:03:40,666 tan.trainer INFO: Preparing data, please wait... Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.6/dist-packages/torch/distributed/launch.py", line 253, in main() File "/usr/local/lib/python3.6/dist-packages/torch/distributed/launch.py", line 249, in main cmd=cmd) subprocess.CalledProcessError: Command '['/usr/bin/python', '-u', '/home/.jupyter/ngsv/2dtan/train_net.py', '--local_rank=1', '--config-file', '/home/.jupyter/ngsv/2dtan/configs/2dtan_64x64_pool_k9l4_activitynet.yaml', 'OUTPUT_DIR', '/home/.jupyter/ngsv/2dtan/outputs/2dtan_64x64_pool_k9l4_activitynet']' died with <Signals.SIGKILL: 9>.

nickheat8830 commented 3 years ago

The experiments on TACOS dataset is ok. But on activitynet dataset, there are some errors when preparing data. How can I fix it? Thanks!

2020-08-18 10:03:40,666 tan.trainer INFO: Preparing data, please wait... Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.6/dist-packages/torch/distributed/launch.py", line 253, in main() File "/usr/local/lib/python3.6/dist-packages/torch/distributed/launch.py", line 249, in main cmd=cmd) subprocess.CalledProcessError: Command '['/usr/bin/python', '-u', '/home/.jupyter/ngsv/2dtan/train_net.py', '--local_rank=1', '--config-file', '/home/.jupyter/ngsv/2dtan/configs/2dtan_64x64_pool_k9l4_activitynet.yaml', 'OUTPUT_DIR', '/home/.jupyter/ngsv/2dtan/outputs/2dtan_64x64_pool_k9l4_activitynet']' died with <Signals.SIGKILL: 9>.

I have the same errors