Closed dlee640 closed 3 years ago
Apologies for spamming. This issue was because my computer is not good enough! moving onto google colab.
Thanks for the hint. The bug came from some refactoring before releasing the code. I fixed it now.
see 08dff34c549020cb682c9801ed1788f25a7156eb
Hi Team, First of all thank you for providing open source of such good work.
I have the pretrained model in trained_models/sunrgbd/r34_NBt1D.pth and I got the eval.py to run successfully with mIoU replicating whats on the paper.
My goal is to mess with the parameters in args.py to compare the results to see what I can improve.
I have been trying to train the model only using --modality rgb. I get the following error upon using train.py:
Why is it giving this error? How can I address this issue?
UPDATE: I fixed this issue by commenting out height and width parameters in model_one_modality.py. The part I commented out is shown below. But I have a new issue.
Upon running train.py, the process randomly gets terminated with 'Killed" message..
I get that "Killed" argument at the end and the training abruptly terminates! I cannot find any constructive logs on what actually happened, so my progress is halted. I tried both default training settings and the rgb only settings for training, and the same error happens. What is happening?