ProGCL icon indicating copy to clipboard operation
ProGCL copied to clipboard

model.py文件之中batched_semi_loss_bmm函数似乎存在bug

Open qiusuhan opened this issue 1 year ago • 0 comments

夏博士您好,我在运行您的代码的时候出现了bug,代码运行过程之中,loss = nan 经过排查,应该是between_sim = f(between_sim)写成了between_sim = f(refl_sim) 但是在修改之后,运行到batched_semi_loss_bmm函数的时候仍然出现了数据维度对不上的问题

qiusuhan avatar May 22 '24 12:05 qiusuhan