wujie

Results 6 comments of wujie

> why it is context_mask = (-1*(1-context_mask)) # need to flip 0 1 not context_mask = (1-context_mask)) ? I think there are errors in line 170 and 290, causing the...

> I will ask the same question, why not (1-context_mask)? I think there are errors in line 170 and 290, causing the program to run correctly ~ 170: eps =...

> sorry for the delay and confusion. I'll explain my rationale. I wanted `context_mask == 1` to mean that we mask out the context for that sample. BUT, when multiplying...

> 添加了知识库之后进行对话,之后再增加知识库就会出现这个问题。如果是一直新增加知识库,没有对话是可以新增加上的去的。 我也是这个问题, 请问解决了吗

> Can you provide the config file you use? https://github.com/alibaba/EasyCV/blob/master/configs/selfsup/swav/swav_rn50_8xb32_200e_tfrecord.py I see that this configuration file uses the tfrecord form, I want to switch to the folder form, but the...