Mr_Go_is_surfing

Results 20 issues of Mr_Go_is_surfing

Hi! When I read the code about the Periodic(as following): `class PeriodicBC(BC): """Periodic boundary conditions on component_x.""" def __init__(self, geom, component_x, on_boundary, derivative_order=0, component=0): super().__init__(geom, on_boundary, component) self.component_x = component_x...

Hi! I have recently read about the code of solving Schrodinger equation, and I wonder how the periodBC works in this case?In Schrodinger equation, there are some boundary conditions "h(t,...

Hi ! Could I ask how do you design the self-adaptive temperature parameter, especially the denominator Z log(Z + α). I don't quite know why there exists the "log(Z +...

Hi! I wonder if I can use the function on multiple GPUs and if it works on DDP mode of PyTorch? Thanks!

Hi! I just read your paper of DMT and quite appreciate your work. But I can't fully understande the statement in the paper:"It can be interpreted that a relatively larger...

question

Hi! In the caption of Figure 2, you have mentioned "the average euclidean distance between each patch of size 20 × 20 centered at a given spatial location extracted from...

您好!请问DPA和fixed threshold的训练曲线在训练前期会有差别吗?我目前正在尝试用DPA替代阈值,但是发现在训练前期DPA的mIOU曲线显著低于使用阈值下的曲线。请问这种情况是正常的吗?

Hi! Have you conducted the qualitative ablation study of the designed components, including smoothed pseudo labels (equation 8), graph-based contrastive learning (equation11) and the memory bank? It seems that you...

Hi! In the part of Deformable Template Matching, you have used two kinds of indicators to generate more reliable pseudo labels. Have you conducted the ablation study of just using...

Hi! I wonder how many and what kinds of GPUs did you use in UniGS? How long does the training process take? Thanks!