Rongguang Ye

Results 6 issues of Rongguang Ye

_ValueError: Expected x_max for bbox (0.65, 0.51, 1.12, 0.64, 3) to be in the range [0.0, 1.0], got 1.1234809015877545_ Augmentation I use: aug_list = [A.Resize(800,800),\ CopyPaste(blend=True, sigma=1, pct_objects_paste=0.6, p=0.5) #pct_objects_paste...

When using distributed operation, I have four Gpus, each of which has a client. During the training process, each GPU has a huge difference. Two gpus even ran out of...

When using distributed operation, I have four Gpus, each of which has a client. During the training process, each GPU has a huge difference. Two gpus even ran out of...

Hello, when I trained to 400iter, I got this error AssertionError assert len(polygon) % 2 == 0 and len(polygon) >= 6. Can you explain? Looking forward to your reply!

Hi, I found an issue in tutorial 6. ``` def forward(self, input_, mem): spk = self.surrogate_func((mem-self.threshold)) # call the Heaviside function reset = (spk - self.threshold).detach() mem = self.beta *...

Hi, I may find a code issue in tutorial 5: ``` @staticmethod def backward(ctx, grad_output): (spk,) = ctx.saved_tensors # retrieve the membrane potential grad = 1 / (1 + (np.pi...