SCanNet
SCanNet copied to clipboard
Hello. The following error occurs when running the train_SCD_psd.py file. [epoch 0] [iter 50 / 297 89.3s] [lr 0.099495] [train seg_loss 2.9487 bn_loss 0.5058 acc 75.97] [epoch 0] [iter 100...
Hello, thank you very much for your work and the code provided! I have a small issue: I followed the training settings from the original paper, and the training was...
Hello, when I run the train_SCD_psd.py file, I encounter the following problem:
i want to custom a new lansat dataset, can you tell me where to get the data?
C:\cb\pytorch_1000000000000\work\aten\src\ATen\native\cuda\NLLLoss2d.cu:106: block: [15,0,0], thread: [384,0,0] Assertion `t >= 0 && t < n_classes` failed. C:\cb\pytorch_1000000000000\work\aten\src\ATen\native\cuda\NLLLoss2d.cu:106: block: [15,0,0], thread: [640,0,0] Assertion `t >= 0 && t < n_classes` failed. C:\cb\pytorch_1000000000000\work\aten\src\ATen\native\cuda\NLLLoss2d.cu:106: block:...
Hello, Thank you for sharing your code. I have a question regarding the confusion matrix provided in your paper. Could you kindly clarify which two other methods were considered for...
When I run train_SCD_psd.py have this issue ,such as: E:\anaconda3\envs\SCANNET\lib\site-packages\timm\models\helpers.py:7: FutureWarning: Importing from timm.models.helpers is deprecated, please import via timm.models warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", FutureWarning)...
Hello, I'm very interested in your work. I encountered an issue with gradient explosion during the first epoch of training your model on the Landsat-SCD dataset. Could you please advise...