Bo Yang

Results 3 issues of Bo Yang

Traceback (most recent call last): File "D:\Anaconda3\envs\miao\lib\site-packages\IPython\core\interactiveshell.py", line 3441, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in loss_ae_all.backward() File "D:\Anaconda3\envs\miao\lib\site-packages\torch\tensor.py", line 185, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph)...

https://github.com/YimianDai/open-aff/blob/0bcfd8a1b010a66075db6232b1141b35f0f07532/aff_pytorch/aff_net/fusion.py#L74 I found that your module "self.global_att2" did not use in your iAFF. I wonder if "xg2 = self.global_att(xi)" should be modified as "xg2 = self.global_att2(xi)" Thanks for your contributions,...

Hengwei, Thank you for your valuable contributions to PU learning for hyperspectral image analysis, particularly with absNegative, HOneCls, and T-HOneCls. I'm trying to follow your work, but I've noticed some...