-
[3448016.3457551.pdf](https://github.com/mrdrivingduck/paper-outline/files/7292646/3448016.3457551.pdf) - SIGMOD 2021
[Citus](https://github.com/citusdata/citus) 是一个 Microsoft 开发的开源分布式数据库引擎,被实现为一个数…
-
From the equation (2) in the paper, the second order term should be a scalar. However, in the code, it is computed as a vector. I think the line 102 should be something like this:
`self.y_second_orde…
-
**Overview**
Analyze the Houdini / H-Worm VBScript and write a ClamAV signature that detects it
**Proposal**
The Houdini / H-Worm VBScript is a fairly simple RAT written in VBScript. It is docum…
-
Dear Author:
I use your model for polyp segmentation,but during the training, the loss don't change, which makes me confused.
-
为什么要基于sigmoid函数和给定的0.5阈值进行预测呢,这个多分类任务不应该是基于softmax吗?因为有个数据集存在一个span同时属于了两个entity类别,索性就都用了sigmoid。如果我们处理的是特定的领域的都是平面实体,我们使用softmax的话,我们还用对代码中decode里面的内容进行修改吗
-
Several people at the SIGMOD demo were intrigued by Vizier's version history and provenance tracking and wanted the ability to issue provenance/meta-queries on the notebook. A few examples:
* Load /…
-
您好!我想请问:
在train_model.py中,计算loss的输入里面,为什么要输入两个一样的labels,这样labels的loss不就没有意义了吗?
loss = calc_loss(view1_feature, view2_feature, view1_predict,
view2_predict, labe…
-
@anbangx @Elmira88 @JavierJia @Nan-Zhang
Elmira found a pretty major problem when running without `-saveIntermediateResults` recently: the vertex value is unchanged between iterations. I had thoug…
-
Can you let me know if the problem with "return -1" have been solved or not?
It is observed at searching the closest line segments for set of points (after slight modifcation of your code - 2D case…
-
## Architecture
![image](https://user-images.githubusercontent.com/13926164/80180688-e5804980-8635-11ea-915c-1ab6d4877684.png)
## Two-Phase Locking
1. 2PL with Deadlock Detection
2. 2PL with Non…