Zhe Zhang

Results 3 issues of Zhe Zhang

near the code https://github.com/salesforce/ALBEF/blob/f224b67caa0c7294cb1a3d807640688b3aa58cad/models/xbert.py#L1429 ------- ```python soft_labels=F.softmax(logits_m, dim=-1) ``` ```python if soft_labels is not None: loss_distill = -torch.sum(F.log_softmax(prediction_scores, dim=1) * soft_labels, dim=-1) loss_distill = loss_distill[labels != -100].mean() masked_lm_loss = (1...

Hi, I'd like to control makehuman with python, but failed to find relevant documents or code about it. I find your repo is a good example but I have no...

如题, 不开影梭的时候,不用改任何东西,默认的captive服务器都可以 但是一开影梭,随便用哪个服务器都gg,无论是小狐狸,v2ex 不知是否对此现象有什么分析或想法. 谢谢~