ThinkNaive
ThinkNaive
在右键信息框时,可以快速打开路由设置模态框。但希望能对其进一步优化。 - 背景 很多情况下浏览器元素无法访问,是由于走的direct但只能通过proxy访问,或者走的proxy但只能通过direct访问。 - 问题 在信息框中出现的路由地址走的代理模式恰恰是需要替换的,例如有一条信息: `accepted //live.com:443 [http >> direct]` 当用户在查看它时,就已经知道这可能是导致页面无法访问的原因,需要将其改为[http >> proxy]。 - 需求 在右击信息框中此路由信息时,直接解析路由地址和代理模式,在路由设置模态框中直接定位到另一种代理模式,并自动输入建议值。例如: `accepted //live.com:443 [http >> direct] # 信息框中` 右键此信息后跳转至`路由设置模态框-->标签:代理的Domain或IP-->Domain规则文本框中给出建议值:domain:live.com`
I read that you apply a bivariate gumbel sampling in your paper, and use the generalized form gumbel softmax. Gumbel softmax takes logits (log probability) as input, while you directly...