MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

RuntimeError: Abort event was set. So someone died and we should end this madness. #91

Open gjkaur opened 2 years ago

gjkaur commented 2 years ago

Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 92, in results_loop raise RuntimeError("Abort event was set. So someone died and we should end this madness. \nIMPORTANT: " RuntimeError: Abort event was set. So someone died and we should end this madness. IMPORTANT: This is not the actual error message! Look further up to see what caused the error. Please also check whether your RAM was full

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 92, in results_loop raise RuntimeError("Abort event was set. So someone died and we should end this madness. \nIMPORTANT: " RuntimeError: Abort event was set. So someone died and we should end this madness. IMPORTANT: This is not the actual error message! Look further up to see what caused the error. Please also check whether your RAM was full

Exception ignored in: <bound method MultiThreadedAugmenter.del of <batchgenerators.dataloading.multi_threaded_augmenter.MultiThreadedAugmenter object at 0x7f1b4b0334a8>> Traceback (most recent call last): File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 295, in del File "/usr/lib/python3.6/logging/init.py", line 1912, in debug File "/usr/lib/python3.6/logging/init.py", line 1296, in debug File "/usr/lib/python3.6/logging/init.py", line 1444, in _log File "/usr/lib/python3.6/logging/init.py", line 1454, in handle File "/usr/lib/python3.6/logging/init.py", line 1516, in callHandlers File "/usr/lib/python3.6/logging/init.py", line 865, in handle File "/usr/lib/python3.6/logging/init.py", line 1071, in emit File "/usr/lib/python3.6/logging/init.py", line 1061, in _open NameError: name 'open' is not defined Exception ignored in: <bound method MultiThreadedAugmenter.del of <batchgenerators.dataloading.multi_threaded_augmenter.MultiThreadedAugmenter object at 0x7f1b4b033780>> Traceback (most recent call last): File "/home/user1/venv/lib/python3.6/site-packages/batchgenerators/dataloading/multi_threaded_augmenter.py", line 295, in del File "/usr/lib/python3.6/logging/init.py", line 1912, in debug File "/usr/lib/python3.6/logging/init.py", line 1296, in debug File "/usr/lib/python3.6/logging/init.py", line 1444, in _log File "/usr/lib/python3.6/logging/init.py", line 1454, in handle File "/usr/lib/python3.6/logging/init.py", line 1516, in callHandlers File "/usr/lib/python3.6/logging/init.py", line 865, in handle File "/usr/lib/python3.6/logging/init.py", line 1071, in emit File "/usr/lib/python3.6/logging/init.py", line 1061, in _open NameError: name 'open' is not defined

FabianIsensee commented 2 years ago

IMPORTANT: This is not the actual error message! Look further up to see what caused the error.

the actual error is not visible in your snipped. It is further up in the text output