smp-ewect-code
smp-ewect-code copied to clipboard
请问用的是UER的哪一个初始化模型?
你好,想要问一下你们使用的是uer的哪一个预训练模型?
uer mixed corpus large
---原始邮件--- 发件人: "crazycv"<[email protected]> 发送时间: 2020年10月23日(周五) 下午3:02 收件人: "thinkingmanyangyang/smp-ewect-code"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [thinkingmanyangyang/smp-ewect-code] 请问用的是UER的哪一个初始化模型? (#1)
你好,想要问一下你们使用的是uer的哪一个预训练模型?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
logits = torch.softmax(logits, dim=-1)
请问一下既然是多分类任务,为什么这里使用的是softmax而不是sigmoid

这个比赛是单分类任务
---原始邮件--- 发件人: @.> 发送时间: 2021年4月8日(周四) 下午3:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [thinkingmanyangyang/smp-ewect-code] 请问用的是UER的哪一个初始化模型? (#1)
logits = torch.softmax(logits, dim=-1) 请问一下既然是多分类任务,为什么这里使用的是softmax而不是sigmoid
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.