@bilalUWE
022-08-25T14:11:13.292000+00:00 ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (shm).
2022-08-25T14:11:13.293000+00:00 ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (shm).
2022-08-25T14:12:11.307000+00:00 Traceback (most recent call last):
2022-08-25T14:12:11.307000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1011, in try_get_data
2022-08-25T14:12:11.307000+00:00 data = self._data_queue.get(timeout=timeout)
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/multiprocessing/queues.py", line 104, in get
2022-08-25T14:12:11.307000+00:00 if not self._poll(timeout):
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/multiprocessing/connection.py", line 257, in poll
2022-08-25T14:12:11.307000+00:00 return self._poll(timeout)
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/multiprocessing/connection.py", line 414, in _poll
2022-08-25T14:12:11.307000+00:00 r = wait([self], timeout)
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/multiprocessing/connection.py", line 921, in wait
2022-08-25T14:12:11.307000+00:00 ready = selector.select(timeout)
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/selectors.py", line 415, in select
2022-08-25T14:12:11.307000+00:00 fd_event_list = self._selector.poll(timeout)
2022-08-25T14:12:11.307000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/_utils/signal_handling.py", line 66, in handler
2022-08-25T14:12:11.307000+00:00 _error_if_any_worker_fails()
2022-08-25T14:12:11.307000+00:00 RuntimeError: DataLoader worker (pid 85) is killed by signal: Bus error. It is possible that dataloader's workers are out of shared memory. Please try to raise your shared memory limit.
2022-08-25T14:12:11.307000+00:00
2022-08-25T14:12:11.307000+00:00 The above exception was the direct cause of the following exception:
2022-08-25T14:12:11.307000+00:00
2022-08-25T14:12:11.307000+00:00 Traceback (most recent call last):
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/runpy.py", line 193, in _run_module_as_main
2022-08-25T14:12:11.307000+00:00 "__main__", mod_spec)
2022-08-25T14:12:11.307000+00:00 File "/opt/conda/lib/python3.7/runpy.py", line 85, in _run_code
2022-08-25T14:12:11.307000+00:00 exec(code, run_globals)
2022-08-25T14:12:11.307000+00:00 File "/opt/algorithm/process.py", line 209, in
2022-08-25T14:12:11.307000+00:00 Surgtoolloc_det().process()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/evalutils/evalutils.py", line 183, in process
2022-08-25T14:12:11.308000+00:00 self.process_cases()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/evalutils/evalutils.py", line 191, in process_cases
2022-08-25T14:12:11.308000+00:00 self._case_results.append(self.process_case(idx=idx, case=case))
2022-08-25T14:12:11.308000+00:00 File "/opt/algorithm/process.py", line 123, in process_case
2022-08-25T14:12:11.308000+00:00 scored_candidates = self.predict(case.path) #video file > load evalutils.py
2022-08-25T14:12:11.308000+00:00 File "/opt/algorithm/process.py", line 165, in predict
2022-08-25T14:12:11.308000+00:00 tta_res.append(learn.tta(dl=learn.dls.test_dl(fs)))
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/learner.py", line 645, in tta
2022-08-25T14:12:11.308000+00:00 aug_preds.append(self.get_preds(dl=dl, inner=True)[0][None])
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/learner.py", line 290, in get_preds
2022-08-25T14:12:11.308000+00:00 self._do_epoch_validate(dl=dl)
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/learner.py", line 236, in _do_epoch_validate
2022-08-25T14:12:11.308000+00:00 with torch.no_grad(): self._with_events(self.all_batches, 'validate', CancelValidException)
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/learner.py", line 193, in _with_events
2022-08-25T14:12:11.308000+00:00 try: self(f'before'); f()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/learner.py", line 199, in all_batches
2022-08-25T14:12:11.308000+00:00 for o in enumerate(self.dl): self.one_batch(*o)
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/fastai/data/load.py", line 129, in iter
2022-08-25T14:12:11.308000+00:00 for b in _loadersself.fake_l.num_workers==0:
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 530, in next
2022-08-25T14:12:11.308000+00:00 data = self._next_data()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1207, in _next_data
2022-08-25T14:12:11.308000+00:00 idx, data = self._get_data()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1173, in _get_data
2022-08-25T14:12:11.308000+00:00 success, data = self._try_get_data()
2022-08-25T14:12:11.308000+00:00 File "/home/algorithm/.local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1024, in _try_get_data
2022-08-25T14:12:11.308000+00:00 raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) from e
2022-08-25T14:12:11.309000+00:00 RuntimeError: DataLoader worker (pid(s) 85) exited unexpectedly