I tried to reproduce this, but when I ran main_stage1.py I got a SIGKILL after ‘train_dataset = Overlap_dataset(subjects_dict['train'], data_path_list, WINDOW_SIZE, 'aug', DEVICE)’.
In addition, I find when I use a smaller dataset, it can work properly. What's wrong?
My work env: Ubuntu22.04, python3.8, pytorch 1.13, tensorflow-gpu 2.9.1 and Intel Xeon W2255, 64GB RAM and RTX3080Ti GPU.
Another env with the same software and I9 13900K, 32GB RAM and RTX4090 GPU ran into the same issue.
I tried to reproduce this, but when I ran main_stage1.py I got a SIGKILL after ‘train_dataset = Overlap_dataset(subjects_dict['train'], data_path_list, WINDOW_SIZE, 'aug', DEVICE)’. In addition, I find when I use a smaller dataset, it can work properly. What's wrong? My work env: Ubuntu22.04, python3.8, pytorch 1.13, tensorflow-gpu 2.9.1 and Intel Xeon W2255, 64GB RAM and RTX3080Ti GPU. Another env with the same software and I9 13900K, 32GB RAM and RTX4090 GPU ran into the same issue.